diff src/version.c @ 14339:43b8795f1ddf v8.1.0185

patch 8.1.0185: running tests writes lua.vim even though it is not used commit https://github.com/vim/vim/commit/1ce9a1515be5255641d31ab5b0e9418d8f250d84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 14 21:48:46 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jul 2018 22:00:06 +0200
parents 48287f1fc8a1
children 3224a9aebc46
line wrap: on
line diff
--- 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,