]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1607: :apple command detected as :append v9.1.1607
authorHirohito Higashi <h.east.727@gmail.com>
Fri, 8 Aug 2025 11:25:27 +0000 (13:25 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 8 Aug 2025 11:25:27 +0000 (13:25 +0200)
commitefd83d441ba14eaadf5df4c7c29fddebb2a24780
tree46cf9e4d7358fb999338fc2bacb07f6727f0701c
parenteb2aebeb7982168ece3888c9c0b08fc46f9d4d15
patch 9.1.1607: :apple command detected as :append

Problem:  :apple command detected as :append (dai475694450)
Solution: Disallow to define a custom command with lower-case letter,
          correctly detect :insert/:change/:append ex commands
          (Hirohito Higashi).

fixes: #17893
closes: #17930

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