1
0
forked from aniani/vim

updated for version 7.3.714

Problem:    Inconsistency: :set can be used in the sandbox, but :setlocal and
            :setglobal cannot. (Michael Henry)
Solution:   Fix the flags for :setlocal and :setglobal. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2012-11-14 20:52:28 +01:00
parent 3ab72c5c72
commit b826ddb034
2 changed files with 4 additions and 2 deletions

View File

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