1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2014-05-13 12:17:15 +02:00
parent d442ec7fe2
commit ed7547da43
2 changed files with 3 additions and 1 deletions

View File

@@ -734,6 +734,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
284,
/**/
283,
/**/