]> granicus.if.org Git - vim/commit
patch 8.2.4514: Vim9: some flow commands can be shortened v8.2.4514
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Mar 2022 20:24:41 +0000 (20:24 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Mar 2022 20:24:41 +0000 (20:24 +0000)
commitb2175220dafc28349b275ac7f3080f89cce78a57
tree3ffc364a08fa4c0961a1b38b9a2d0547b6895e18
parentb29ae159777028bb3266835b55716749ab0515be
patch 8.2.4514: Vim9: some flow commands can be shortened

Problem:    Vim9: some flow commands can be shortened.
Solution:   Also require using the full name for ":return", ":enddef",
            ":continue", ":export" and ":import".
src/errors.h
src/ex_cmds.h
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/userfunc.c
src/version.c