mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 03:48:02 +10:00
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: vim/vim#17893
closes: vim/vim#17930
efd83d441b
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>