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.rc b/src/vim.rc
index 50a2bb1..492c74b 100644
--- a/src/vim.rc
+++ b/src/vim.rc
@@ -1,4 +1,4 @@
-// vim:ts=8:sw=4:sts=4:
+// vi:set ts=8 sts=4 sw=4 noet:
 //
 // VIM - Vi IMproved	by Bram Moolenaar
 //