commit | 2b22b113c6aedf2a1295cf7e6f2f2a5d463b3868 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 18:35:18 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 14 18:35:18 2020 +0200 |
tree | bed5e5dcc7accc8d660be8c7ceebdab48c73fb7d | |
parent | dbeecb2b6bc5bf90b7345807e0a313fe890a7c7b [diff] [blame] |
patch 8.2.1683: Vim9: assignment test fails Problem: Vim9: assignment test fails. Solution: Include changes to find Ex command.
diff --git a/src/version.c b/src/version.c index d5996e9..1b05536 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1683, +/**/ 1682, /**/ 1681,