mirror of
https://github.com/neovim/neovim.git
synced 2025-11-29 21:50:38 +00:00
Problem: ex: trailing dot is optional for :g and :insert/:append
Solution: don't break out early, when the next command is empty.
(Mohamed Akram)
The terminating period is optional for the last command in a global
command list.
closes: vim/vim#15407
0214680a8e
Co-authored-by: Mohamed Akram <mohd.akram@outlook.com>