commit | 7f2c34166402740a661131d6341bbf874bdb3d48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 16:01:49 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 16:01:49 2021 +0000 |
tree | 145b725f62b430140cca7640892f7006c7fc74c4 | |
parent | 5c1ec439f0a69e9aa7ece9bbb7d916f48f58be1e [diff] [blame] |
patch 8.2.3696: Vim9: error for invalid assignment when skipping Problem: Vim9: error for invalid assignment when skipping. Solution: Do not check white space when skipping. (closes #9243)
diff --git a/src/version.c b/src/version.c index e4c8589..954ea5b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3696, +/**/ 3695, /**/ 3694,