]> granicus.if.org Git - vim/commit
patch 8.2.2022: Vim9: star command recognized errornously v8.2.2022
authorBram Moolenaar <Bram@vim.org>
Fri, 20 Nov 2020 20:07:00 +0000 (21:07 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 20 Nov 2020 20:07:00 +0000 (21:07 +0100)
commit95388e3179f6b995dbc4acd3f23e3856bb0286fd
tree50d3ec75d76361c9b3952ce2a5f48b3c63f47e41
parenteeece9e4885df6190d2615b199efa2b1d22c4bdb
patch 8.2.2022: Vim9: star command recognized errornously

Problem:    Vim9: star command recognized errornously.
Solution:   Give an error for missing colon. (issue #7335)
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c