diff src/version.c @ 16760:b55b4a21f006 v8.1.1382

patch 8.1.1382: error when editing test file commit https://github.com/vim/vim/commit/3020a87cb121123abf1e9a1eca0eddac241fc481 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 24 17:33:01 2019 +0200 patch 8.1.1382: error when editing test file Problem: Error when editing test file. Solution: Remove part of modeline.
author Bram Moolenaar <Bram@vim.org>
date Fri, 24 May 2019 17:45:05 +0200
parents bb4071e79ade
children 97ad98d95214
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -768,6 +768,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1382,
+/**/
     1381,
 /**/
     1380,