From 0d487c3661744a9718d0c5121e81ebd1b3fa3438 Mon Sep 17 00:00:00 2001 From: fluffymormegil Date: Tue, 26 Apr 2011 22:21:41 +0100 Subject: [PATCH] Tweaking vim modelines --- src/Appcfg.cc | 2 +- src/dice.cc | 2 +- src/points.cc | 2 +- src/stlfgets.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Appcfg.cc b/src/Appcfg.cc index a925bf6..24bf803 100644 --- a/src/Appcfg.cc +++ b/src/Appcfg.cc @@ -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 diff --git a/src/dice.cc b/src/dice.cc index 3697f87..88dc294 100644 --- a/src/dice.cc +++ b/src/dice.cc @@ -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 diff --git a/src/points.cc b/src/points.cc index 09a7e1f..4e811e4 100644 --- a/src/points.cc +++ b/src/points.cc @@ -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 diff --git a/src/stlfgets.cc b/src/stlfgets.cc index c057925..f7b1f21 100644 --- a/src/stlfgets.cc +++ b/src/stlfgets.cc @@ -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 -- 2.11.0