summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-14 21:48:46 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-14 21:48:46 +0200
commit1ce9a1515be5255641d31ab5b0e9418d8f250d84 (patch)
treebf3d711f63dcca6ed6ea346627c5bca84537d150 /src/version.c
parentb6959a8e06cef6d2126b030b2f8acd49457a3582 (diff)
downloadvim-git-1ce9a1515be5255641d31ab5b0e9418d8f250d84.tar.gz
patch 8.1.0185: running tests writes lua.vim even though it is not usedv8.1.0185
Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
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 a1535f682..f638db610 100644
--- a/src/version.c
+++ b/src/version.c
@@ -790,6 +790,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 185,
+/**/
184,
/**/
183,