commit | de4f95b04134f6dfd10f60051a5078fd903a297d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 20:39:21 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 20:39:21 2020 +0100 |
tree | 7238aaaa878c7dade4a5e095e287b57dee90c50b | |
parent | 2a5c61a0196d2d67313f5b3189974211e6f33562 [diff] [blame] |
patch 8.2.2250: Vim9: sublist is ambiguous Problem: Vim9: sublist is ambiguous. Solution: Require white space around the colon. (closes #7409)
diff --git a/src/version.c b/src/version.c index d78ef0f..a74a5d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2250, +/**/ 2249, /**/ 2248,