commit | b2175220dafc28349b275ac7f3080f89cce78a57 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 20:24:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 05 20:24:41 2022 +0000 |
tree | 3ffc364a08fa4c0961a1b38b9a2d0547b6895e18 | |
parent | b29ae159777028bb3266835b55716749ab0515be [diff] [blame] |
patch 8.2.4514: Vim9: some flow commands can be shortened Problem: Vim9: some flow commands can be shortened. Solution: Also require using the full name for ":return", ":enddef", ":continue", ":export" and ":import".
diff --git a/src/version.c b/src/version.c index 357ed40..238e627 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4514, +/**/ 4513, /**/ 4512,