summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-02 19:23:03 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-02 19:23:03 +0100
commitd97fbf171ec0e63117813da045d2a1c51a9b6f62 (patch)
tree50950cc1dda05d7b60097ab565fca41c2a63a724 /src/version.c
parentf8f8b2eadbaf3090fcfccbab560de5dbd501833d (diff)
downloadvim-d97fbf171ec0e63117813da045d2a1c51a9b6f62.zip
patch 8.0.1251: invalid expressin passed to WaitFor()
Problem: Invalid expressin passed to WaitFor(). Solution: Check if the variable exists.
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 e14c2fe03..552de7778 100644
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1251,
+/**/
1250,
/**/
1249,