diff src/version.c @ 16730:000350f8e4d1 v8.1.1367

patch 8.1.1367: can set 'modelineexpr' in modeline commit https://github.com/vim/vim/commit/7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 23 17:08:49 2019 +0200 patch 8.1.1367: can set 'modelineexpr' in modeline Problem: can set 'modelineexpr' in modeline. Solution: Add P_SECURE flag.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 May 2019 17:15:06 +0200
parents e55c26aaf484
children 6411f8ef550d
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 */
 /**/
+    1367,
+/**/
     1366,
 /**/
     1365,