aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ascii.h3
-rw-r--r--src/blowfish.c3
-rw-r--r--src/buffer.c3
-rw-r--r--src/edit.c3
-rw-r--r--src/eval.c3
-rw-r--r--src/ex_cmds.c3
-rw-r--r--src/ex_cmds2.c3
-rw-r--r--src/ex_cmds_defs.h3
-rw-r--r--src/ex_docmd.c3
-rw-r--r--src/ex_eval.c3
-rw-r--r--src/ex_getln.c3
-rw-r--r--src/fileio.c3
-rw-r--r--src/fold.c3
-rw-r--r--src/getchar.c3
-rw-r--r--src/globals.h3
-rw-r--r--src/hardcopy.c3
-rw-r--r--src/if_cscope.c3
-rw-r--r--src/if_cscope_defs.h3
-rw-r--r--src/keymap.h3
-rw-r--r--src/macros.h3
-rw-r--r--src/main.c3
-rw-r--r--src/mark.c3
-rw-r--r--src/mbyte.c3
-rw-r--r--src/memfile.c3
-rw-r--r--src/memline.c3
-rw-r--r--src/menu.c3
-rw-r--r--src/message.c3
-rw-r--r--src/misc1.c3
-rw-r--r--src/misc2.c3
-rw-r--r--src/move.c3
-rw-r--r--src/normal.c3
-rw-r--r--src/ops.c3
-rw-r--r--src/option.c3
-rw-r--r--src/os_unix.c3
-rw-r--r--src/os_unix_defs.h3
-rw-r--r--src/os_unixx.h3
-rw-r--r--src/proto.h3
-rw-r--r--src/quickfix.c3
-rw-r--r--src/regexp.c3
-rw-r--r--src/regexp_defs.h3
-rw-r--r--src/regexp_nfa.c3
-rw-r--r--src/screen.c3
-rw-r--r--src/search.c3
-rw-r--r--src/spell.c3
-rw-r--r--src/syntax.c3
-rw-r--r--src/tag.c3
-rw-r--r--src/term.c3
-rw-r--r--src/term_defs.h3
-rw-r--r--src/types.h3
-rw-r--r--src/ui.c3
-rw-r--r--src/undo.c3
-rw-r--r--src/version_defs.h3
-rw-r--r--src/vim.h3
-rw-r--r--src/window.c3
54 files changed, 54 insertions, 108 deletions
diff --git a/src/ascii.h b/src/ascii.h
index 50ca04f443..2915f47aae 100644
--- a/src/ascii.h
+++ b/src/ascii.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/blowfish.c b/src/blowfish.c
index 911704eba2..67712a2fbc 100644
--- a/src/blowfish.c
+++ b/src/blowfish.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/buffer.c b/src/buffer.c
index 7402c57ec8..80502aa0e3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/edit.c b/src/edit.c
index acb05f6588..31c794dba3 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/eval.c b/src/eval.c
index ba34d83e41..18d7597a24 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_cmds.c b/src/ex_cmds.c
index 0779568bc8..5d23893be4 100644
--- a/src/ex_cmds.c
+++ b/src/ex_cmds.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 2bd4a04ffe..e08e10e0fd 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_cmds_defs.h b/src/ex_cmds_defs.h
index 3ef1021135..6497e98480 100644
--- a/src/ex_cmds_defs.h
+++ b/src/ex_cmds_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index e6218bd15f..b5e56b203f 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_eval.c b/src/ex_eval.c
index 639dbbfd43..c249b8482b 100644
--- a/src/ex_eval.c
+++ b/src/ex_eval.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ex_getln.c b/src/ex_getln.c
index f9332f1b31..f07b8c1ce0 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/fileio.c b/src/fileio.c
index 68b68ef3ed..6c4a6e9584 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/fold.c b/src/fold.c
index 7c91973657..959f3cd39c 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -1,5 +1,4 @@
-/* vim:set ts=2 sts=2 sw=2:
- * vim600:fdm=marker fdl=1 fdc=3:
+/* vim: set fdm=marker fdl=1 fdc=3
*
* VIM - Vi IMproved by Bram Moolenaar
*
diff --git a/src/getchar.c b/src/getchar.c
index 9776c9bada..b0d3011aff 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/globals.h b/src/globals.h
index 2b39ef5416..0596695e73 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/hardcopy.c b/src/hardcopy.c
index fcbcedba37..b7b5ca79ba 100644
--- a/src/hardcopy.c
+++ b/src/hardcopy.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/if_cscope.c b/src/if_cscope.c
index de3d7a82db..1d20db8ade 100644
--- a/src/if_cscope.c
+++ b/src/if_cscope.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* 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_defs.h b/src/if_cscope_defs.h
index 100f2d1ab3..9daa5c7b3f 100644
--- a/src/if_cscope_defs.h
+++ b/src/if_cscope_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* 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/keymap.h b/src/keymap.h
index a08eb300a9..244e9b3ddf 100644
--- a/src/keymap.h
+++ b/src/keymap.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/macros.h b/src/macros.h
index 3fb8cbdda0..8068a3d1f9 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/main.c b/src/main.c
index 6fee99203d..99263b8b77 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/mark.c b/src/mark.c
index 72336d1365..41a35705c1 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/mbyte.c b/src/mbyte.c
index 756254076a..2c5dd8c6e0 100644
--- a/src/mbyte.c
+++ b/src/mbyte.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
* Multibyte extensions partly by Sung-Hoon Baek
*
diff --git a/src/memfile.c b/src/memfile.c
index 3ca98603f9..18d8712e27 100644
--- a/src/memfile.c
+++ b/src/memfile.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/memline.c b/src/memline.c
index 1852682cb1..ac6a16f807 100644
--- a/src/memline.c
+++ b/src/memline.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/menu.c b/src/menu.c
index 70508fe560..3a3027d532 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
* GUI/Motif support by Robert Webb
*
diff --git a/src/message.c b/src/message.c
index f3bac7179d..5bb278832a 100644
--- a/src/message.c
+++ b/src/message.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/misc1.c b/src/misc1.c
index bf72b0dc3e..a622c4f173 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/misc2.c b/src/misc2.c
index 7b471a5811..65fc61e7ab 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/move.c b/src/move.c
index c214d0a912..3092c00b0e 100644
--- a/src/move.c
+++ b/src/move.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/normal.c b/src/normal.c
index 094bb9fe94..68964604dd 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ops.c b/src/ops.c
index 7688f1bb32..a4e2e55297 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/option.c b/src/option.c
index 1eccb51e5a..82cd915515 100644
--- a/src/option.c
+++ b/src/option.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/os_unix.c b/src/os_unix.c
index d5dcde128d..d95e81bf35 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
* OS/2 port by Paul Slootman
* VMS merge by Zoltan Arpadffy
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h
index 9535e1ae12..d9bd9191af 100644
--- a/src/os_unix_defs.h
+++ b/src/os_unix_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/os_unixx.h b/src/os_unixx.h
index 576847761b..9d4e650fdf 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/proto.h b/src/proto.h
index a2acc5a05f..7b0decda1d 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/quickfix.c b/src/quickfix.c
index 875f72c726..b032cbdc7c 100644
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/regexp.c b/src/regexp.c
index 9120c8b097..f4e7661b8c 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* Handling of regular expressions: vim_regcomp(), vim_regexec(), vim_regsub()
*
* NOTICE:
diff --git a/src/regexp_defs.h b/src/regexp_defs.h
index e7dd39dade..9b13de89d3 100644
--- a/src/regexp_defs.h
+++ b/src/regexp_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE NOTICE
*
* This is NOT the original regular expression code as written by Henry
diff --git a/src/regexp_nfa.c b/src/regexp_nfa.c
index 4e4f5890fd..50ca435e70 100644
--- a/src/regexp_nfa.c
+++ b/src/regexp_nfa.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* NFA regular expression implementation.
*
* This file is included in "regexp.c".
diff --git a/src/screen.c b/src/screen.c
index 68a1f05e9c..bfa51973b7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/search.c b/src/search.c
index 1746c3f2e9..37f7f27eeb 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/spell.c b/src/spell.c
index 3abdd0b2dc..7e43596a95 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/syntax.c b/src/syntax.c
index 6e42b097a3..f3b8e10291 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/tag.c b/src/tag.c
index 2df02752cc..59081df20a 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/term.c b/src/term.c
index 05a2611917..501c1488ce 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/term_defs.h b/src/term_defs.h
index 0ba5a19c13..e6fdf8bc3d 100644
--- a/src/term_defs.h
+++ b/src/term_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/types.h b/src/types.h
index 0d8c0b3e4e..e2b9f15ae7 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/ui.c b/src/ui.c
index b610ce47cf..c6ef85bd0d 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/undo.c b/src/undo.c
index c4345ccf7e..cf5911c3d4 100644
--- a/src/undo.c
+++ b/src/undo.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/version_defs.h b/src/version_defs.h
index 1c77689e96..4abf02ce77 100644
--- a/src/version_defs.h
+++ b/src/version_defs.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/vim.h b/src/vim.h
index 705f92f189..48eb3a3a50 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -1,5 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read copying and usage conditions.
diff --git a/src/window.c b/src/window.c
index 56882bc17d..1a23a6aab9 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1,5 +1,4 @@
-/* vi:set ts=2 sts=2 sw=2:
- *
+/*
* VIM - Vi IMproved by Bram Moolenaar
*
* Do ":help uganda" in Vim to read a list of people who contributed.