commit | 7f829cab356d63b8e59559285593777a66bcc02b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:12:41 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 31 22:12:41 2020 +0100 |
tree | 76c437516a8d0bec5c395cf7c517ce9e76574cc8 | |
parent | 0b76ad53b30232093b96a74d5ce6f02395219456 [diff] [blame] |
patch 8.2.0188: Check commands don't work well with Vim9 script Problem: Check commands don't work well with Vim9 script. Solution: Improve constant expression handling.
diff --git a/src/version.c b/src/version.c index f4022c6..9a3d42f 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 188, +/**/ 187, /**/ 186,