1
0
forked from aniani/vim

patch 7.4.2127

Problem:    The short form of ":noswapfile" is ":noswap" instead of ":now".
            (Kent Sibilev)
Solution:   Only require three characters.  Add a test for the short forms.
This commit is contained in:
Bram Moolenaar
2016-07-30 19:39:29 +02:00
parent 90d121fa36
commit 3bcfca3ab4
3 changed files with 33 additions and 5 deletions

View File

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