commit | a259d8d30bc289764925fc42db1dbe774f0bb3f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 20:10:50 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 20:10:50 2020 +0100 |
tree | ff0e14025b46941dc7bac65ab1f93420e1b14083 | |
parent | 92be6e3f46120bb8e6c8fca0a7868a08df8b3345 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 0c30f25..e7a6f6f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 185, +/**/ 184, /**/ 183,