commit | d53931ae7306acce2cfe8c44db0a15d79adf9e00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 21:32:28 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 21:32:28 2019 +0100 |
tree | 8c474416df2663fe8d91ad140dd8d32717fa34f2 | |
parent | 7dca2ebbcf508ef2533f1b9f998f7e63c9bbd598 [diff] [blame] |
patch 8.1.0948: when built without +eval "Vim --clean" produces errors Problem: When built without +eval "Vim --clean" produces errors. (James McCoy) Solution: Do not enable filetype detection.
diff --git a/src/version.c b/src/version.c index 269c01b..4e241ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 948, +/**/ 947, /**/ 946,