commit | 7e800c6047c8a9cc3e5cbc019a4dc91ec36616b1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 23 17:08:49 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 23 17:08:49 2019 +0200 |
tree | 49bd1954ee9fe9646b1f177db93b9dd23a95a7a2 | |
parent | 110289e78195b6d01e1e6ad26ad450de476d41c1 [diff] [blame] |
patch 8.1.1367: can set 'modelineexpr' in modeline Problem: can set 'modelineexpr' in modeline. Solution: Add P_SECURE flag.
diff --git a/src/version.c b/src/version.c index bcc9aef..7c548bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1367, +/**/ 1366, /**/ 1365,