summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-29 22:49:24 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-29 22:49:24 +0200
commitedf3f97ae2af024708ebb4ac614227327033ca47 (patch)
tree82fed9ebfc85a69d3cff613f9dab11c8750fad8b /src/version.c
parent965ed14973fd3f1b2aace7bae4d4722b71ca04f9 (diff)
downloadvim-git-edf3f97ae2af024708ebb4ac614227327033ca47.tar.gz
patch 7.4.2293v7.4.2293
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c
index 7ff66d3aa..dde3828fb 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 char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2293,
+/**/
2292,
/**/
2291,