commit | 210681c5090266af1a41a77e0fe64838a69993fb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 18:51:06 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 18:51:06 2020 +0200 |
tree | 2108cf521efe01f688b49836b3c82bcff257b241 | |
parent | f4c6e1e75c2a7f2ca3a7f4529e7da31dc98557e9 [diff] [blame] |
patch 8.2.1895: Vim9: silent command modifier test fails Problem: Vim9: silent command modifier test fails. Solution: Add missing changes.
diff --git a/src/version.c b/src/version.c index 217c615..e445117 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1895, +/**/ 1894, /**/ 1893,