commit | c25a7084e9ae1f78c28ddcbe1fa23374cfdf1e03 | [log] [tgz] |
---|---|---|
author | Mohamed Akram <mohd.akram@outlook.com> | Fri Jul 12 20:17:55 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Jul 12 20:18:54 2024 +0200 |
tree | cffa33c93a529b18c01b2930cd797c98a514717e | |
parent | cb7928812e0dffac2750c9b0513915e17dfa116f [diff] [blame] |
patch 9.1.0573: ex: no implicit print for single addresses Problem: ex: no implicit print for single addresses Solution: explicitly print even during single addresses, as requested by POSIX (Mohamed Akram) See the POSIX behaviour here: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/ex.html#tag_20_40_13_03 Section 6b closes: #15230 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 6969d5e..b0e5d81 100644 --- a/src/testdir/test_ex_mode.vim +++ b/src/testdir/test_ex_mode.vim Binary files differ