CLI2/Context: Add vim hints

No need for vim to guess indent style with these handy vim hints!
This commit is contained in:
Paul Fenwick 2017-11-24 01:49:37 -05:00 committed by Paul Beckingham
parent 1fb19671c4
commit f6dee20777
2 changed files with 4 additions and 0 deletions

View file

@ -2121,3 +2121,5 @@ std::vector <A2> CLI2::lexExpression (const std::string& expression)
}
////////////////////////////////////////////////////////////////////////////////
// vim: ts=2:sw=2