]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0651: ex: trailing dot is optional for :g and :insert/:append v9.1.0651
authorMohamed Akram <mohd.akram@outlook.com>
Thu, 1 Aug 2024 20:53:01 +0000 (22:53 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 1 Aug 2024 20:53:01 +0000 (22:53 +0200)
commit0214680a8ec5f7f656cb42e5db19243709202ed2
tree73e3919ea1f10b154d4086814f9bd2faf29412c0
parente8feaa354e685e527198093904492f67c52c2302
patch 9.1.0651: ex: trailing dot is optional for :g and :insert/:append

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: #15407

Signed-off-by: Mohamed Akram <mohd.akram@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.c
src/testdir/test_ex_mode.vim
src/version.c