commit | deb108ba0a8599c1307ddc1507c73e7b60f17d36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 17:35:36 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 17:35:36 2021 +0200 |
tree | cc03cfd7309a8c46f0e7d26d49ca19ea2f5ea628 | |
parent | 1594f313452cf6ca88375d9c8f68605a9c3c8ab5 [diff] [blame] |
patch 8.2.3124: Vim9: no error for white space between option and "=9" Problem: Vim9: no error for white space between option and "=9". Solution: Check for extraneous white space. (issue #8408)
diff --git a/src/version.c b/src/version.c index 56c9f90..1fb2243 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3124, +/**/ 3123, /**/ 3122,