summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-14 21:54:26 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-14 21:54:26 +0200
commit41a82604453080d0011f281532582d3bd360df4a (patch)
tree433339a0093d9d671f83c219a9af802087dcdffd /src/version.c
parentf9cc9f209ede9f15959e4c2351e970477c139614 (diff)
patch 8.1.1694: the RUN_VIM variable is longer than neededv8.1.1694
Problem: The RUN_VIM variable is longer than needed. Solution: Shorten RUN_VIM. (Daniel Hahler, closes #4643)
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 75fa9c5cac..cca8b5bdd2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1694,
+/**/
1693,
/**/
1692,