commit | b6f55bb5b4d7d03cdf47d552db20d06e41354d5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 10:23:27 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 10:23:27 2021 +0200 |
tree | 62a113d5d16b0f7b52c1372108af721fbccb6ebb | |
parent | b56c4419d42e024e79b1772c8468c0da7c11275f [diff] |
patch 8.2.3323: Vim9: Cannot use :silent with :endwhile Problem: Vim9: Cannot use :silent with :endwhile. Solution: Allow for using the :silent modifier. (closes #8737)
diff --git a/src/version.c b/src/version.c index 5b34ac7..88dc354 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3323, +/**/ 3322, /**/ 3321,