commit | e6e031739c9d0c4140e371031b58a249db0eb572 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 16:36:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 27 16:36:05 2020 +0200 |
tree | 1f4bf1605660f243008fe62c5ce94b965203d475 | |
parent | 8ea9390b78da9e34a20e7418712921397c0c1989 [diff] [blame] |
patch 8.2.1069: Vim9: fail to check for white space in list Problem: Vim9: fail to check for white space in list. Solution: Add check for white space.
diff --git a/src/version.c b/src/version.c index f73afd8..8cef53e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1069, +/**/ 1068, /**/ 1067,