1
0
forked from aniani/vim

patch 8.2.2143: Vim9: dead code in compiling :unlet

Problem:    Vim9: dead code in compiling :unlet.
Solution:   Don't check for "!" a second time.
This commit is contained in:
Bram Moolenaar
2020-12-13 21:26:56 +01:00
parent fffdf4754f
commit ec792290eb
2 changed files with 3 additions and 7 deletions

View File

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