commit | 1ce9a1515be5255641d31ab5b0e9418d8f250d84 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 21:48:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 14 21:48:46 2018 +0200 |
tree | bf3d711f63dcca6ed6ea346627c5bca84537d150 | |
parent | b6959a8e06cef6d2126b030b2f8acd49457a3582 [diff] [blame] |
patch 8.1.0185: running tests writes lua.vim even though it is not used Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
diff --git a/src/version.c b/src/version.c index a1535f6..f638db6 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 185, +/**/ 184, /**/ 183,