diff src/version.c @ 17887:39ffd167a307 v8.1.1940

patch 8.1.1940: script tests fail Commit: https://github.com/vim/vim/commit/34ed68d40eb9c71f34a44b94263f5e7e6856cba0 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 29 22:48:24 2019 +0200 patch 8.1.1940: script tests fail Problem: Script tests fail. Solution: Don't set vimvars type in set_vim_var_nr().
author Bram Moolenaar <Bram@vim.org>
date Thu, 29 Aug 2019 23:00:03 +0200
parents 5e2d8840da11
children 0d64e74be8b2
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1940,
+/**/
     1939,
 /**/
     1938,