]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1286: Vim9: No error when using a type to a window variable v8.2.1286
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 19:14:43 +0000 (21:14 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jul 2020 19:14:43 +0000 (21:14 +0200)
commit43e969d3f98766824c18d20b84f2fab00feef683
tree575a531eec9c96a0be9db70f952566e045d8cc3b
parentb8070e31736decfcdf8dd47997882cb8f5a64c9d
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)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c