1
0
forked from aniani/vim

patch 8.2.0185: Vim9 script: cannot use "if has()" to skip lines

Problem:    Vim9 script: cannot use "if has()" to skip lines.
Solution:   Evaluate constant expression at runtime.
This commit is contained in:
Bram Moolenaar
2020-01-31 20:10:50 +01:00
parent 92be6e3f46
commit a259d8d30b
6 changed files with 311 additions and 34 deletions

View File

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