commit | 1594f313452cf6ca88375d9c8f68605a9c3c8ab5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 16:40:13 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 08 16:40:13 2021 +0200 |
tree | f21489741747b0b2882d1b985ae1d9645e02e2c5 | |
parent | 30441bb3d5fa73f888b09684db3f54ff5ab48dbc [diff] [blame] |
patch 8.2.3123: Vim9: confusing error when using white space after option Problem: Vim9: confusing error when using white space after option, before one of "!&<". Solution: Give a specific error. (issue #8408)
diff --git a/src/version.c b/src/version.c index 518844f..56c9f90 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3123, +/**/ 3122, /**/ 3121,