commit | 916a818cea5ba05a5f2117407674461b8bee6832 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 02:18:29 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 25 02:18:29 2018 +0100 |
tree | 192218d85fcb8b70718185057f8fbe549152be60 | |
parent | 4e303c8ba8dcd0566a1ad7c82ff18eb016eea335 [diff] [blame] |
patch 8.1.0544: setting 'filetype' in a modeline causes an error Problem: Setting 'filetype' in a modeline causes an error (Hirohito Higashi). Solution: Don't add the P_INSECURE flag when setting 'filetype' from a modeline. Also for 'syntax'.
diff --git a/src/version.c b/src/version.c index 2d7f2e6..da6243b 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 544, +/**/ 543, /**/ 542,