]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0985: Vim9: some ex commands can be shortened v9.1.0985
authorh-east <h.east.727@gmail.com>
Fri, 3 Jan 2025 09:19:45 +0000 (10:19 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 3 Jan 2025 09:19:45 +0000 (10:19 +0100)
commitaa979c763da2fa7ede2416a1ab8de7a46d88cd04
tree644d0d296a154377ca89fa2a9b843919c21de7ba
parent663d18d6102f40d14e36096ec590445e61026ed6
patch 9.1.0985: Vim9: some ex commands can be shortened

Problem:  Vim9: some ex commands can be shortened
Solution: disallow shortening of :abstract, :interface and :type
          (h-east)

closes: #16356

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/generator/gen_syntax_vim.vim
runtime/syntax/testdir/dumps/vim9_ex_commands_01.dump
runtime/syntax/testdir/dumps/vim9_ex_commands_33.dump
runtime/syntax/testdir/dumps/vim_ex_commands_65.dump
runtime/syntax/testdir/dumps/vim_ex_commands_66.dump
runtime/syntax/vim.vim
src/ex_cmds.h
src/testdir/test_vim9_class.vim
src/testdir/test_vim9_typealias.vim
src/version.c
src/vim9class.c