commit | 9567efa1b4a41baca9b2266f5903d5dda7ad1e88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 22:16:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 22:16:30 2021 +0100 |
tree | 2dac11713371330d22bb439098f1841bf6226545 | |
parent | 082517570d1dce2faf3baa9f752ce0858355d221 [diff] [blame] |
patch 8.2.2332: Vim9: missing :endif not reported when using :windo Problem: Vim9: missing :endif not reported when using :windo. Solution: Pass a getline function to do_cmdline(). (closes #7650)
diff --git a/src/version.c b/src/version.c index f063d7b..464154f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2332, +/**/ 2331, /**/ 2330,