]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0574: ex: wrong handling of commands after bar v9.1.0574
authorMohamed Akram <mohd.akram@outlook.com>
Sat, 13 Jul 2024 16:49:55 +0000 (18:49 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 13 Jul 2024 16:49:55 +0000 (18:49 +0200)
commit8c446da34998f6350911e07fbfd7932412c83185
tree7663c3ba00d13b238aac9060fcfab4774e9a75b0
parentc5e24ee24bc00981509170104dd0700fbc4669c0
patch 9.1.0574: ex: wrong handling of commands after bar

Problem:  ex: wrong handling of commands after bar
Solution: for :append, :insert and :change use the text after the bar
          as input for those commands. This is what POSIX requests.
          (Mohamed Akram)

See the POSIX Spec:
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html#tag_20_40_13_03
Section 12.c

closes: #15229

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