1
0
forked from aniani/vim

updated for version 7.4.211

Problem:    ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
            (ZyX)
Solution:   Move "lunmap" to above "lua".
This commit is contained in:
Bram Moolenaar
2014-03-22 13:30:01 +01:00
parent 4c9a949d00
commit ed287f9a4e
2 changed files with 4 additions and 2 deletions

View File

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