Skip to content

Commit edf3f97

Browse files
committed
patch 7.4.2293
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
1 parent 965ed14 commit edf3f97

153 files changed

Lines changed: 156 additions & 154 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/arabic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/arabic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/ascii.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/blowfish.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/buffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/channel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/charset.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

src/crypt_zip.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vi:set ts=8 sts=4 sw=4:
1+
/* vi:set ts=8 sts=4 sw=4 noet:
22
*
33
* VIM - Vi IMproved by Bram Moolenaar
44
*

0 commit comments

Comments
 (0)