summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-10 21:38:54 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-10 21:38:54 +0200
commitc049b52b9013055bcb8abbd8545d35591bc84094 (patch)
tree1e78b1fabe7476a248d12bbf74ab6c94288235bc /src/version.c
parent63d2555c9cefbbeeca3ec87fdd5d241e9488f9dd (diff)
patch 8.1.1314: MSVC makefile is not nicely indentedv8.1.1314
Problem: MSVC makefile is not nicely indented. Solution: Addjust spaces in preprocessor directives. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 56aff78024..50c8339adf 100644
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1314,
+/**/
1313,
/**/
1312,