diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-29 22:49:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-29 22:49:24 +0200 |
commit | edf3f97ae2af024708ebb4ac614227327033ca47 (patch) | |
tree | 82fed9ebfc85a69d3cff613f9dab11c8750fad8b /src/if_cscope.c | |
parent | 965ed14973fd3f1b2aace7bae4d4722b71ca04f9 (diff) | |
download | vim-git-edf3f97ae2af024708ebb4ac614227327033ca47.tar.gz |
patch 7.4.2293v7.4.2293
Problem: Modelines in source code are inconsistant.
Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
Diffstat (limited to 'src/if_cscope.c')
-rw-r--r-- | src/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_cscope.c b/src/if_cscope.c index 3f3f0d219..cf308bc64 100644 --- a/src/if_cscope.c +++ b/src/if_cscope.c @@ -1,4 +1,4 @@ -/* vi:set ts=8 sts=4 sw=4: +/* vi:set ts=8 sts=4 sw=4 noet: * * CSCOPE support for Vim added by Andy Kahn <kahn@zk3.dec.com> * Ported to Win32 by Sergey Khorev <sergey.khorev@gmail.com> |