commit | ed7547da438e44e7907bd9fd488f6b961f23e1e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 13 12:17:15 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 13 12:17:15 2014 +0200 |
tree | 3c6359ecc460470b9c65c5ed12919d964084c4f5 | |
parent | d442ec7fe2f929d098ee2739e3c98c70e3bf45a4 [diff] [blame] |
updated for version 7.4.284 Problem: Setting 'langmap' in the modeline can cause trouble. E.g. mapping ":" breaks many commands. (Jens-Wolfhard Schicke-Uffmann) Solution: Disallow setting 'langmap' from the modeline.
diff --git a/src/version.c b/src/version.c index ae03814..739057d 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 284, +/**/ 283, /**/ 282,