commit | 47036b6bd7e5a0b38f093d9f0630f054b04fa68e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 21:18:53 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 21:18:53 2022 +0000 |
tree | a6420a344a12e688f03ca350e895a082b42ea8f1 | |
parent | c73499351aef8b611b13c70ef8706a7e98df67a8 [diff] [blame] |
patch 8.2.4117: Vim9: wrong white space error after using imported item Problem: Vim9: wrong white space error after using imported item. Solution: Don't skip over white space. (closes #9544)
diff --git a/src/version.c b/src/version.c index feedd8f..1c367e6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4117, +/**/ 4116, /**/ 4115,