commit | 917c46abe559f3d779ad87500e874376111ca1ef | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 19:53:01 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 10 19:53:01 2021 +0200 |
tree | dfb91ceb975b8a2282937900b74172f4260637ee | |
parent | b6f55bb5b4d7d03cdf47d552db20d06e41354d5f [diff] [blame] |
patch 8.2.3324: 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 88dc354..0255bf6 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3324, +/**/ 3323, /**/ 3322,