summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-18 21:32:28 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-18 21:32:28 +0100
commitd53931ae7306acce2cfe8c44db0a15d79adf9e00 (patch)
tree8c474416df2663fe8d91ad140dd8d32717fa34f2 /src/version.c
parent7dca2ebbcf508ef2533f1b9f998f7e63c9bbd598 (diff)
downloadvim-git-d53931ae7306acce2cfe8c44db0a15d79adf9e00.tar.gz
patch 8.1.0948: when built without +eval "Vim --clean" produces errorsv8.1.0948
Problem: When built without +eval "Vim --clean" produces errors. (James McCoy) Solution: Do not enable filetype detection.
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 269c01b0b..4e241adf1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -780,6 +780,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 948,
+/**/
947,
/**/
946,