commit | 5d7c2df536c17db4a9c61e0760bdcf78d0db7330 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 21:17:32 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 21:17:32 2021 +0200 |
tree | 74a24ee4dec7bed9866c328da2bf3ac00460ef77 | |
parent | 53ba05b09075f14227f9be831a22ed16f7cc26b2 [diff] [blame] |
patch 8.2.3228: cannot use a simple block for the :command argument Problem: Cannot use a simple block for the :command argument. (Maarten Tournoij) Solution: Recognize a simple {} block. (issue #8623)
diff --git a/src/version.c b/src/version.c index cdf5d4e..e38274e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3228, +/**/ 3227, /**/ 3226,