mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00: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>