diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-07-14 06:38:26 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-07-14 13:39:40 +0800 |
commit | 9093fbdd026f088d923fea374a96a8b01ca0df3a (patch) | |
tree | c7499162182654955099ca94e39b23a446f56f05 /runtime | |
parent | 49ba36becd0bbf1052802b846f418aee673b28a5 (diff) | |
download | rneovim-9093fbdd026f088d923fea374a96a8b01ca0df3a.tar.gz rneovim-9093fbdd026f088d923fea374a96a8b01ca0df3a.tar.bz2 rneovim-9093fbdd026f088d923fea374a96a8b01ca0df3a.zip |
vim-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: vim/vim#15230
https://github.com/vim/vim/commit/c25a7084e9ae1f78c28ddcbe1fa23374cfdf1e03
Co-authored-by: Mohamed Akram <mohd.akram@outlook.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/motion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index e80969c583..26e4ada7d4 100644 --- a/runtime/doc/motion.txt +++ b/runtime/doc/motion.txt @@ -342,6 +342,7 @@ gg Goto line [count], default first line, on the first *:[range]* :[range] Set the cursor on the last line number in [range]. + In Ex mode, print the lines in [range]. [range] can also be just one line number, e.g., ":1" or ":'m". In contrast with |G| this command does not modify the |