commit | 8c446da34998f6350911e07fbfd7932412c83185 | [log] [tgz] |
---|---|---|
author | Mohamed Akram <mohd.akram@outlook.com> | Sat Jul 13 18:49:55 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Jul 13 18:49:55 2024 +0200 |
tree | 7663c3ba00d13b238aac9060fcfab4774e9a75b0 | |
parent | c5e24ee24bc00981509170104dd0700fbc4669c0 [diff] [blame] |
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>
diff --git a/src/testdir/test_ex_mode.vim b/src/testdir/test_ex_mode.vim index b0e5d81..c4f82d3 100644 --- a/src/testdir/test_ex_mode.vim +++ b/src/testdir/test_ex_mode.vim Binary files differ