]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0966: Vim9: :enum command can be shortened v9.1.0966
authorh-east <h.east.727@gmail.com>
Fri, 27 Dec 2024 15:25:32 +0000 (16:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Fri, 27 Dec 2024 15:25:32 +0000 (16:25 +0100)
commitb7f19a5459273d8a3ff095c1ff5f0a78a960ae6a
treee0517a7331b1c51004c5c527e8dfcdb8328e2c90
parent6c57c30ad43f5e0d040f7d432ceb5d61fc6ab651
patch 9.1.0966: Vim9: :enum command can be shortened

Problem:  Vim9: :enum command can be shortened
Solution: prevent shortening of :enum command by adding the EX_WHOLE
          flag to command definition (h-east)

closes: #16305

Signed-off-by: h-east <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.h
src/testdir/test_vim9_enum.vim
src/version.c