Tweaking vim modelines
authorfluffymormegil <mpread@chiark.greenend.org.uk>
Tue, 26 Apr 2011 21:21:41 +0000 (22:21 +0100)
committerfluffymormegil <mpread@chiark.greenend.org.uk>
Tue, 26 Apr 2011 21:21:41 +0000 (22:21 +0100)
src/Appcfg.cc
src/dice.cc
src/points.cc
src/stlfgets.cc

index a925bf6..24bf803 100644 (file)
@@ -133,5 +133,5 @@ bool libmormegil::Appcfg::set(const std::string& name, bool val)
     return false;
 }
 
-// vim:ts=8:sw=4:expandtab:fo=cq
+// vim:ts=8:sw=4:expandtab:fo=croq
 
index 3697f87..88dc294 100644 (file)
@@ -64,5 +64,5 @@ extern "C" void dice_getstate(uint32_t *key, uint32_t *nonce, uint64_t *counter,
     dice_generator.extract_state(key, nonce, counter, subcounter);
 }
 
-// vim:ts=8:sw=4:expandtab:fo=cq
+// vim:ts=8:sw=4:expandtab:fo=croq
 
index 09a7e1f..4e811e4 100644 (file)
@@ -58,5 +58,5 @@ int32_t libmormegil::Points::gain(int32_t amount, libmormegil::Points::Gain_mode
     return -1;
 }
 
-// vim:ts=8:sw=4:expandtab:fo=cq
+// vim:ts=8:sw=4:expandtab:fo=croq
 // points.cc
index c057925..f7b1f21 100644 (file)
@@ -66,5 +66,5 @@ int libmormegil::stlfgets(std::string& str, FILE *fp, size_t size_suggest, size_
     return ret;
 }
 
-// vim:ts=8:sw=4:expandtab:fo=cq
+// vim:ts=8:sw=4:expandtab:fo=croq