commit | f4c6e1e75c2a7f2ca3a7f4529e7da31dc98557e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 18:02:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 23 18:02:32 2020 +0200 |
tree | b262a566cdf9409c9dd92a8381731f590fd9d8c3 | |
parent | 8ded5b647aa4b3338da721b343e0bce0f86655f6 [diff] [blame] |
patch 8.2.1894: Vim9: command modifiers are not supported Problem: Vim9: command modifiers are not supported. Solution: Support "silent" and "silent!".
diff --git a/src/version.c b/src/version.c index fa1e0fd..217c615 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1894, +/**/ 1893, /**/ 1892,