commit | 43e969d3f98766824c18d20b84f2fab00feef683 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 21:14:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 23 21:14:43 2020 +0200 |
tree | 575a531eec9c96a0be9db70f952566e045d8cc3b | |
parent | b8070e31736decfcdf8dd47997882cb8f5a64c9d [diff] [blame] |
patch 8.2.1286: Vim9: No error when using a type to a window variable Problem: Vim9: No error when using a type to a window variable Solution: Recognize the syntax and give an error. (closes #6521)
diff --git a/src/version.c b/src/version.c index 5563bd1..fc86f15 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1286, +/**/ 1285, /**/ 1284,