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/alloc.h b/src/alloc.h
index 90a9878..715f5cc 100644
--- a/src/alloc.h
+++ b/src/alloc.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
*
diff --git a/src/arabic.c b/src/arabic.c
index 818aae6..fa5e940 100644
--- a/src/arabic.c
+++ b/src/arabic.c
@@ -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
*
diff --git a/src/arabic.h b/src/arabic.h
index 3a948d0..cb5cbd1 100644
--- a/src/arabic.h
+++ b/src/arabic.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
*
diff --git a/src/ascii.h b/src/ascii.h
index 7ed736a..769e1a0 100644
--- a/src/ascii.h
+++ b/src/ascii.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
*
diff --git a/src/blowfish.c b/src/blowfish.c
index 37d5a55..d3f5cff 100644
--- a/src/blowfish.c
+++ b/src/blowfish.c
@@ -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
*
diff --git a/src/buffer.c b/src/buffer.c
index 75de736..4841f9a 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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
*
diff --git a/src/channel.c b/src/channel.c
index 81c43a5..25406e1 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -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
*
diff --git a/src/charset.c b/src/charset.c
index c9957ee..134cd09 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -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
*
diff --git a/src/crypt.c b/src/crypt.c
index 1c84e96..8175906 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -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
*
diff --git a/src/crypt_zip.c b/src/crypt_zip.c
index d109f5a..08cf608 100644
--- a/src/crypt_zip.c
+++ b/src/crypt_zip.c
@@ -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
*
diff --git a/src/dict.c b/src/dict.c
index d78d42d..136348b 100644
--- a/src/dict.c
+++ b/src/dict.c
@@ -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
*
diff --git a/src/diff.c b/src/diff.c
index 05ca7ac..9c12ea4 100644
--- a/src/diff.c
+++ b/src/diff.c
@@ -1,4 +1,4 @@
-/* vim:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
*
diff --git a/src/digraph.c b/src/digraph.c
index 4d86b9c..ef2dd82 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -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
*
diff --git a/src/dosinst.c b/src/dosinst.c
index 9a50cdb..05398be 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -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
*
diff --git a/src/dosinst.h b/src/dosinst.h
index b73f097..268a91b 100644
--- a/src/dosinst.h
+++ b/src/dosinst.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
*
diff --git a/src/edit.c b/src/edit.c
index 08aed47..6d98582 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -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
*
diff --git a/src/eval.c b/src/eval.c
index a8835b1..6873b97 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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
*
@@ -4167,7 +4167,7 @@
rettv->v_type = VAR_UNKNOWN;
/*
- * Skip '!' and '-' characters. They are handled later.
+ * Skip '!', '-' and '+' characters. They are handled later.
*/
start_leader = *arg;
while (**arg == '!' || **arg == '-' || **arg == '+')
diff --git a/src/evalfunc.c b/src/evalfunc.c
index 769532b..578f0f5 100644
--- a/src/evalfunc.c
+++ b/src/evalfunc.c
@@ -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
*
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index b38171b..1deb8a3 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -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
*
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index eaa4915..4f35660 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.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
*
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 5af2b40..85513af 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -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
*
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 44f6c1e..866b347 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -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
*
diff --git a/src/ex_eval.c b/src/ex_eval.c
index 3fd470c..daccfc8 100644
--- a/src/ex_eval.c
+++ b/src/ex_eval.c
@@ -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
*
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 3ac5fd6..110a95a 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -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
*
diff --git a/src/farsi.c b/src/farsi.c
index eed7e40..1c5d2fd 100644
--- a/src/farsi.c
+++ b/src/farsi.c
@@ -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
*
diff --git a/src/farsi.h b/src/farsi.h
index ccd912e..db6bda6 100644
--- a/src/farsi.h
+++ b/src/farsi.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
*
diff --git a/src/feature.h b/src/feature.h
index 1b1f345..21114c2 100644
--- a/src/feature.h
+++ b/src/feature.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
*
diff --git a/src/fileio.c b/src/fileio.c
index 5e53fee..9ae46fa 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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
*
diff --git a/src/fold.c b/src/fold.c
index 1eaad19..d3635a6 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -1,4 +1,4 @@
-/* vim:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
* vim600:fdm=marker fdl=1 fdc=3:
*
* VIM - Vi IMproved by Bram Moolenaar
diff --git a/src/getchar.c b/src/getchar.c
index 9fcc62b..55db537 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -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
*
diff --git a/src/glbl_ime.cpp b/src/glbl_ime.cpp
index 3cca0b7..af13ad2 100644
--- a/src/glbl_ime.cpp
+++ b/src/glbl_ime.cpp
@@ -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
*
diff --git a/src/glbl_ime.h b/src/glbl_ime.h
index 711f9e5..45ed07f 100644
--- a/src/glbl_ime.h
+++ b/src/glbl_ime.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
*
diff --git a/src/globals.h b/src/globals.h
index 132902e..ffcadb7 100644
--- a/src/globals.h
+++ b/src/globals.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
*
diff --git a/src/gui.c b/src/gui.c
index 31ddd03..87b0839 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/gui.h b/src/gui.h
index 508b7cf..d44a2e2 100644
--- a/src/gui.h
+++ b/src/gui.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
* Motif support by Robert Webb
diff --git a/src/gui_at_fs.c b/src/gui_at_fs.c
index e89e853..26b96e0 100644
--- a/src/gui_at_fs.c
+++ b/src/gui_at_fs.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4: */
+/* vi:set ts=8 sts=4 sw=4 noet: */
/*
* Copyright 1989 Software Research Associates, Inc., Tokyo, Japan
diff --git a/src/gui_at_sb.c b/src/gui_at_sb.c
index 189647a..bfdf6b6 100644
--- a/src/gui_at_sb.c
+++ b/src/gui_at_sb.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4: */
+/* vi:set ts=8 sts=4 sw=4 noet: */
/*
* MODIFIED ATHENA SCROLLBAR (USING ARROWHEADS AT ENDS OF TRAVEL)
* Modifications Copyright 1992 by Mitch Trachtenberg
diff --git a/src/gui_at_sb.h b/src/gui_at_sb.h
index bdce9c8..ce3694c 100644
--- a/src/gui_at_sb.h
+++ b/src/gui_at_sb.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4: */
+/* vi:set ts=8 sts=4 sw=4 noet: */
/* MODIFIED ATHENA SCROLLBAR (USING ARROWHEADS AT ENDS OF TRAVEL) */
/* Modifications Copyright 1992 by Mitch Trachtenberg */
/* Rights, permissions, and disclaimer of warranty are as in the */
diff --git a/src/gui_athena.c b/src/gui_athena.c
index 941c74e..3d78287 100644
--- a/src/gui_athena.c
+++ b/src/gui_athena.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 9800c53..ac1df47 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -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
* Visual Workshop integration by Gordon Prieur
diff --git a/src/gui_beval.h b/src/gui_beval.h
index ead0fb1..4fa4c75 100644
--- a/src/gui_beval.h
+++ b/src/gui_beval.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
* Visual Workshop integration by Gordon Prieur
diff --git a/src/gui_gtk.c b/src/gui_gtk.c
index 81320dd..25a53eb 100644
--- a/src/gui_gtk.c
+++ b/src/gui_gtk.c
@@ -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
*
diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c
index 838a4ca..931a939 100644
--- a/src/gui_gtk_f.c
+++ b/src/gui_gtk_f.c
@@ -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
*
diff --git a/src/gui_gtk_f.h b/src/gui_gtk_f.h
index fa0f40a..7bcf48b 100644
--- a/src/gui_gtk_f.h
+++ b/src/gui_gtk_f.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
*
diff --git a/src/gui_gtk_vms.h b/src/gui_gtk_vms.h
index 4109e2d..268c9f3 100644
--- a/src/gui_gtk_vms.h
+++ b/src/gui_gtk_vms.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
*
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index added7b..3884642 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -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
*
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 8d79e55..39f9ba5 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/gui_motif.c b/src/gui_motif.c
index 3d77b82..5a9dd92 100644
--- a/src/gui_motif.c
+++ b/src/gui_motif.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/gui_photon.c b/src/gui_photon.c
index 7b1462a..593be56 100644
--- a/src/gui_photon.c
+++ b/src/gui_photon.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sw=4 sts=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Photon GUI support by Julian Kinraid
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 0979d67..75d600f 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -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
* GUI support by Robert Webb
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 2e3252d..05bd028 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/gui_x11_pm.h b/src/gui_x11_pm.h
index 315cfe9..24cd2ca 100644
--- a/src/gui_x11_pm.h
+++ b/src/gui_x11_pm.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
* GUI/Motif support by Robert Webb
diff --git a/src/gui_xmdlg.c b/src/gui_xmdlg.c
index 73142e2..f957e31 100644
--- a/src/gui_xmdlg.c
+++ b/src/gui_xmdlg.c
@@ -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
*
diff --git a/src/gui_xmebw.c b/src/gui_xmebw.c
index 3760f72..9ea020f 100644
--- a/src/gui_xmebw.c
+++ b/src/gui_xmebw.c
@@ -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
*
diff --git a/src/gui_xmebw.h b/src/gui_xmebw.h
index da4812e..aaf5c72 100644
--- a/src/gui_xmebw.h
+++ b/src/gui_xmebw.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
*
diff --git a/src/gui_xmebwp.h b/src/gui_xmebwp.h
index a3e3e3d..9dcdf31 100644
--- a/src/gui_xmebwp.h
+++ b/src/gui_xmebwp.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
*
diff --git a/src/hangulin.c b/src/hangulin.c
index d799305..1b5604b 100644
--- a/src/hangulin.c
+++ b/src/hangulin.c
@@ -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
*
diff --git a/src/hardcopy.c b/src/hardcopy.c
index 55b3b15..449bfbd 100644
--- a/src/hardcopy.c
+++ b/src/hardcopy.c
@@ -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
*
diff --git a/src/hashtab.c b/src/hashtab.c
index 84d9b9a..d8d3aed 100644
--- a/src/hashtab.c
+++ b/src/hashtab.c
@@ -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
*
diff --git a/src/if_cscope.c b/src/if_cscope.c
index 3f3f0d2..cf308bc 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>
diff --git a/src/if_cscope.h b/src/if_cscope.h
index c542227..419c469 100644
--- a/src/if_cscope.h
+++ b/src/if_cscope.h
@@ -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>
diff --git a/src/if_mzsch.c b/src/if_mzsch.c
index eacb803..efe1e31 100644
--- a/src/if_mzsch.c
+++ b/src/if_mzsch.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* MzScheme interface by Sergey Khorev <sergey.khorev@gmail.com>
* Based on work by Brent Fulgham <bfulgham@debian.org>
diff --git a/src/if_mzsch.h b/src/if_mzsch.h
index 8852602..952b084 100644
--- a/src/if_mzsch.h
+++ b/src/if_mzsch.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* MzScheme interface for Vim, wrapper around scheme.h
*/
diff --git a/src/if_ole.cpp b/src/if_ole.cpp
index 582a4cb..aaa3868 100644
--- a/src/if_ole.cpp
+++ b/src/if_ole.cpp
@@ -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
*
diff --git a/src/if_perl.xs b/src/if_perl.xs
index 5b5023c..5a29c1b 100644
--- a/src/if_perl.xs
+++ b/src/if_perl.xs
@@ -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
*
diff --git a/src/if_perlsfio.c b/src/if_perlsfio.c
index d29e6d7..528a1b4 100644
--- a/src/if_perlsfio.c
+++ b/src/if_perlsfio.c
@@ -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
*
diff --git a/src/if_python3.c b/src/if_python3.c
index 10984cd..53a1313 100644
--- a/src/if_python3.c
+++ b/src/if_python3.c
@@ -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
*
diff --git a/src/if_ruby.c b/src/if_ruby.c
index 7111b99..fc72d33 100644
--- a/src/if_ruby.c
+++ b/src/if_ruby.c
@@ -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
*
diff --git a/src/if_tcl.c b/src/if_tcl.c
index a1d8d1a..1e856c7 100644
--- a/src/if_tcl.c
+++ b/src/if_tcl.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
*
diff --git a/src/if_xcmdsrv.c b/src/if_xcmdsrv.c
index a94e7cd..d597154 100644
--- a/src/if_xcmdsrv.c
+++ b/src/if_xcmdsrv.c
@@ -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
* X command server by Flemming Madsen
diff --git a/src/integration.c b/src/integration.c
index 87380c8..e61c5e3 100644
--- a/src/integration.c
+++ b/src/integration.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sw=8:
+/* vi:set ts=8 sw=8 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Visual Workshop integration by Gordon Prieur
diff --git a/src/integration.h b/src/integration.h
index 65daea7..817b683 100644
--- a/src/integration.h
+++ b/src/integration.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
* Visual Workshop integration by Gordon Prieur
diff --git a/src/iscygpty.c b/src/iscygpty.c
index 4a6dc3d..d7037c5 100644
--- a/src/iscygpty.c
+++ b/src/iscygpty.c
@@ -178,4 +178,4 @@
return ret;
}
-/* vim: set ts=4 sw=4: */
+/* vi:set ts=8 sts=4 sw=4 noet: */
diff --git a/src/json.c b/src/json.c
index bdfeb83..0132df6 100644
--- a/src/json.c
+++ b/src/json.c
@@ -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
*
diff --git a/src/json_test.c b/src/json_test.c
index 2a28c74..1a1fdcb 100644
--- a/src/json_test.c
+++ b/src/json_test.c
@@ -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
*
diff --git a/src/keymap.h b/src/keymap.h
index 066aa29..1957e98 100644
--- a/src/keymap.h
+++ b/src/keymap.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
*
diff --git a/src/list.c b/src/list.c
index 9e0e26f..83caed6 100644
--- a/src/list.c
+++ b/src/list.c
@@ -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
*
diff --git a/src/macros.h b/src/macros.h
index aec1425..691a819 100644
--- a/src/macros.h
+++ b/src/macros.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
*
diff --git a/src/main.c b/src/main.c
index 8793132..acc51f1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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
*
diff --git a/src/mark.c b/src/mark.c
index 9f0faf9..0627a7c 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -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
*
diff --git a/src/mbyte.c b/src/mbyte.c
index f85d5ad..646235f 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -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
* Multibyte extensions partly by Sung-Hoon Baek
diff --git a/src/memfile.c b/src/memfile.c
index 4a48430..2f75201 100644
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -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
*
diff --git a/src/memfile_test.c b/src/memfile_test.c
index b742cd6..0fa1e14 100644
--- a/src/memfile_test.c
+++ b/src/memfile_test.c
@@ -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
*
diff --git a/src/memline.c b/src/memline.c
index 8f5cf5d..37555e6 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -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
*
diff --git a/src/menu.c b/src/menu.c
index af50a7a..d4ee45b 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -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
* GUI/Motif support by Robert Webb
diff --git a/src/message.c b/src/message.c
index 90c4ffb..3801b0a 100644
--- a/src/message.c
+++ b/src/message.c
@@ -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
*
diff --git a/src/message_test.c b/src/message_test.c
index ec231e8e..e5ecf26 100644
--- a/src/message_test.c
+++ b/src/message_test.c
@@ -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
*
diff --git a/src/misc1.c b/src/misc1.c
index d9f02b7..99f963c 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -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
*
diff --git a/src/misc2.c b/src/misc2.c
index 00c01f4..7c639d6 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -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
*
diff --git a/src/move.c b/src/move.c
index a083c1c..6322acf 100644
--- a/src/move.c
+++ b/src/move.c
@@ -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
*
diff --git a/src/nbdebug.c b/src/nbdebug.c
index 1b61c58..c553d25 100644
--- a/src/nbdebug.c
+++ b/src/nbdebug.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=8 sw=8:
+/* vi:set ts=8 sw=8 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Visual Workshop integration by Gordon Prieur
diff --git a/src/nbdebug.h b/src/nbdebug.h
index d049896..6331f49 100644
--- a/src/nbdebug.h
+++ b/src/nbdebug.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=8 sw=8:
+/* vi:set ts=8 sw=8 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Visual Workshop integration by Gordon Prieur
diff --git a/src/netbeans.c b/src/netbeans.c
index f1e7666..7ad812d 100644
--- a/src/netbeans.c
+++ b/src/netbeans.c
@@ -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
* Netbeans integration by David Weatherford
diff --git a/src/normal.c b/src/normal.c
index bbcd618..a185949 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -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
*
diff --git a/src/ops.c b/src/ops.c
index 325a95b..c03c7be 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -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
*
diff --git a/src/option.c b/src/option.c
index a0665f3..7e36240 100644
--- a/src/option.c
+++ b/src/option.c
@@ -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
*
diff --git a/src/option.h b/src/option.h
index 31fcdb8..13acabf 100644
--- a/src/option.h
+++ b/src/option.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
*
diff --git a/src/os_amiga.c b/src/os_amiga.c
index 1d440aa..4478093 100644
--- a/src/os_amiga.c
+++ b/src/os_amiga.c
@@ -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
*
diff --git a/src/os_amiga.h b/src/os_amiga.h
index 6e92279..5154e28 100644
--- a/src/os_amiga.h
+++ b/src/os_amiga.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
*
diff --git a/src/os_beos.c b/src/os_beos.c
index 2eed684..ebb4488 100644
--- a/src/os_beos.c
+++ b/src/os_beos.c
@@ -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
* BeBox port Copyright 1997 by Olaf Seibert.
diff --git a/src/os_beos.h b/src/os_beos.h
index e55c389..0aa6f99 100644
--- a/src/os_beos.h
+++ b/src/os_beos.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
* BeBox port by Olaf Seibert
diff --git a/src/os_dos.h b/src/os_dos.h
index 9e8cd7c..0edc3e0 100644
--- a/src/os_dos.h
+++ b/src/os_dos.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
*
diff --git a/src/os_mac.h b/src/os_mac.h
index 28627f3..a0eda82 100644
--- a/src/os_mac.h
+++ b/src/os_mac.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
*
diff --git a/src/os_mac_conv.c b/src/os_mac_conv.c
index 5fdec88..ad2d58d 100644
--- a/src/os_mac_conv.c
+++ b/src/os_mac_conv.c
@@ -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
*
diff --git a/src/os_macosx.m b/src/os_macosx.m
index dcd3da9..d6913d4 100644
--- a/src/os_macosx.m
+++ b/src/os_macosx.m
@@ -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
*
diff --git a/src/os_mint.h b/src/os_mint.h
index 94419b3..18bd78b 100644
--- a/src/os_mint.h
+++ b/src/os_mint.h
@@ -1,4 +1,4 @@
-/* vim:ts=8 sts=4:sw=4
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
*
diff --git a/src/os_mswin.c b/src/os_mswin.c
index e1e6f17..586f874 100644
--- a/src/os_mswin.c
+++ b/src/os_mswin.c
@@ -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
*
diff --git a/src/os_qnx.c b/src/os_qnx.c
index a156c06..b121f3d 100644
--- a/src/os_qnx.c
+++ b/src/os_qnx.c
@@ -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
*
diff --git a/src/os_qnx.h b/src/os_qnx.h
index cddc68d..f98e311 100644
--- a/src/os_qnx.h
+++ b/src/os_qnx.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
*
diff --git a/src/os_unix.c b/src/os_unix.c
index 941e8e8..5f1c487 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -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
* OS/2 port by Paul Slootman
diff --git a/src/os_unix.h b/src/os_unix.h
index 4b3a3f1..1070746 100644
--- a/src/os_unix.h
+++ b/src/os_unix.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
*
diff --git a/src/os_unixx.h b/src/os_unixx.h
index e46edcf..8ed52d1 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.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
*
diff --git a/src/os_vms.c b/src/os_vms.c
index 07b8ca0..747c6a2 100644
--- a/src/os_vms.c
+++ b/src/os_vms.c
@@ -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
* VMS port by Henk Elbers
diff --git a/src/os_w32dll.c b/src/os_w32dll.c
index 9cfec1a..5b94400 100644
--- a/src/os_w32dll.c
+++ b/src/os_w32dll.c
@@ -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
* GUI support by Robert Webb
diff --git a/src/os_w32exe.c b/src/os_w32exe.c
index 69eec88..d7fd2a7 100644
--- a/src/os_w32exe.c
+++ b/src/os_w32exe.c
@@ -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
* GUI support by Robert Webb
diff --git a/src/os_win32.c b/src/os_win32.c
index 8e908b6..0de3d64 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -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
*
diff --git a/src/os_win32.h b/src/os_win32.h
index 129117a..3c11d4d 100644
--- a/src/os_win32.h
+++ b/src/os_win32.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
*
diff --git a/src/popupmnu.c b/src/popupmnu.c
index eb6a58b..d9d1fee 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -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
*
diff --git a/src/proto.h b/src/proto.h
index 95b065e..8cfdb12 100644
--- a/src/proto.h
+++ b/src/proto.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
*
diff --git a/src/pty.c b/src/pty.c
index 8e8c818..c07256f 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -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
*
diff --git a/src/quickfix.c b/src/quickfix.c
index 23cabb2..d022061 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -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
*
diff --git a/src/regexp.c b/src/regexp.c
index 6a685e3..96cfb40 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* Handling of regular expressions: vim_regcomp(), vim_regexec(), vim_regsub()
*
diff --git a/src/regexp.h b/src/regexp.h
index 6617cd2..79c1e7d 100644
--- a/src/regexp.h
+++ b/src/regexp.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
*
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c
index 8b350ab..b38fcd7 100644
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* NFA regular expression implementation.
*
diff --git a/src/screen.c b/src/screen.c
index ab1e85f..4604ec7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -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
*
diff --git a/src/search.c b/src/search.c
index 6e3850d..a6b9341 100644
--- a/src/search.c
+++ b/src/search.c
@@ -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
*
diff --git a/src/sha256.c b/src/sha256.c
index db916a6..3bb7791 100644
--- a/src/sha256.c
+++ b/src/sha256.c
@@ -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
*
diff --git a/src/spell.c b/src/spell.c
index 5fd38b3..69ac6df 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -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
*
diff --git a/src/spell.h b/src/spell.h
index e395059..4c44b54 100644
--- a/src/spell.h
+++ b/src/spell.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
*
diff --git a/src/spellfile.c b/src/spellfile.c
index 7814979..c7d87c6 100644
--- a/src/spellfile.c
+++ b/src/spellfile.c
@@ -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
*
diff --git a/src/structs.h b/src/structs.h
index 6eb43f8..ebeefd0 100644
--- a/src/structs.h
+++ b/src/structs.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
*
diff --git a/src/syntax.c b/src/syntax.c
index f8be5e3..75ede36 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -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
*
diff --git a/src/tag.c b/src/tag.c
index f772c83..2920482 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -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
*
diff --git a/src/term.c b/src/term.c
index 9879ba8..a9c2c57 100644
--- a/src/term.c
+++ b/src/term.c
@@ -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
*
diff --git a/src/term.h b/src/term.h
index 4a7391c..3064cef 100644
--- a/src/term.h
+++ b/src/term.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
*
diff --git a/src/termlib.c b/src/termlib.c
index 59eab7d..fee14ae 100644
--- a/src/termlib.c
+++ b/src/termlib.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4: */
+/* vi:set ts=8 sts=4 sw=4 noet: */
/*
* The following software is (C) 1984 Peter da Silva, the Mad Australian, in
* the public domain. It may be re-distributed for any purpose with the
diff --git a/src/ui.c b/src/ui.c
index f686138..f6c039b 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -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
*
diff --git a/src/undo.c b/src/undo.c
index bb5c73d..c9a80dc 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -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
*
diff --git a/src/uninstal.c b/src/uninstal.c
index 79f6ef6..f394117 100644
--- a/src/uninstal.c
+++ b/src/uninstal.c
@@ -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
*
diff --git a/src/userfunc.c b/src/userfunc.c
index bd67abb..c75ccbc 100644
--- a/src/userfunc.c
+++ b/src/userfunc.c
@@ -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
*
diff --git a/src/version.c b/src/version.c
index 7ff66d3..dde3828 100644
--- a/src/version.c
+++ b/src/version.c
@@ -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
*
@@ -764,6 +764,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2293,
+/**/
2292,
/**/
2291,
diff --git a/src/version.h b/src/version.h
index 173d3b0..cf11510 100644
--- a/src/version.h
+++ b/src/version.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
*
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
*
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
//
diff --git a/src/vimio.h b/src/vimio.h
index a4dd030..9b031ed 100644
--- a/src/vimio.h
+++ b/src/vimio.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
*
diff --git a/src/vimrun.c b/src/vimrun.c
index 3db80cf..2566859 100644
--- a/src/vimrun.c
+++ b/src/vimrun.c
@@ -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
* this file by Vince Negri
diff --git a/src/winclip.c b/src/winclip.c
index 880e2c6..58755b7 100644
--- a/src/winclip.c
+++ b/src/winclip.c
@@ -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
*
diff --git a/src/window.c b/src/window.c
index 6943c8f..e62cd30 100644
--- a/src/window.c
+++ b/src/window.c
@@ -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
*
diff --git a/src/workshop.c b/src/workshop.c
index fe59e1b..c1a3198 100644
--- a/src/workshop.c
+++ b/src/workshop.c
@@ -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
* Visual Workshop integration by Gordon Prieur
diff --git a/src/workshop.h b/src/workshop.h
index 06b1257..ead227e 100644
--- a/src/workshop.h
+++ b/src/workshop.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
* Visual Workshop integration by Gordon Prieur
diff --git a/src/wsdebug.c b/src/wsdebug.c
index e8fd094..66b378c 100644
--- a/src/wsdebug.c
+++ b/src/wsdebug.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=8 sw=8:
+/* vi:set ts=8 sw=8 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Visual Workshop integration by Gordon Prieur
diff --git a/src/wsdebug.h b/src/wsdebug.h
index 03da569..a29063c 100644
--- a/src/wsdebug.h
+++ b/src/wsdebug.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=8 sw=8:
+/* vi:set ts=8 sw=8 noet:
*
* VIM - Vi IMproved by Bram Moolenaar
* Visual Workshop integration by Gordon Prieur
diff --git a/src/xpm_w32.c b/src/xpm_w32.c
index cc296fc..20612c5 100644
--- a/src/xpm_w32.c
+++ b/src/xpm_w32.c
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
*
* Load XPM image.
*