commit | d2ef6b320bf2e2f3fcc0bb858b16898e6f74b4d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 21:11:34 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 02 21:11:34 2020 +0200 |
tree | 8e3460fe5504df39ed2090799bbf1fe6c9d4df23 | |
parent | c19fd917be656b127c5619080f866a23ce1fe755 [diff] [blame] |
patch 8.2.1116: Vim9: parsing command checks for list twice Problem: Vim9: parsing command checks for list twice. Solution: Adjust how a command is parsed.
diff --git a/src/version.c b/src/version.c index fa8c639..54469ff 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1116, +/**/ 1115, /**/ 1114,