commit | edf3f97ae2af024708ebb4ac614227327033ca47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 22:49:24 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 29 22:49:24 2016 +0200 |
tree | 82fed9ebfc85a69d3cff613f9dab11c8750fad8b | |
parent | 965ed14973fd3f1b2aace7bae4d4722b71ca04f9 [diff] [blame] |
patch 7.4.2293 Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
diff --git a/src/vim.h b/src/vim.h index 3f14f62..a787575 100644 --- a/src/vim.h +++ b/src/vim.h
@@ -1,4 +1,4 @@ -/* vi:set ts=8 sts=4 sw=4: +/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar *