commit | 3988f64f9d512fd809d4a600b020638bf2c7d7ec | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:43:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 22:43:03 2020 +0200 |
tree | a8bf05f1d2e27e47c74febc75be954cf8af87970 | |
parent | 601e76ac3c8fa5d65ac04647a762792ea343ebd5 [diff] [blame] |
patch 8.2.1528: Vim9: :endif not found after "if false" Problem: Vim9: :endif not found after "if false". Solution: When skipping still check for a following command. (closes #6797)
diff --git a/src/version.c b/src/version.c index 0b63281..fed8f14 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1528, +/**/ 1527, /**/ 1526,