mirror of
https://github.com/neovim/neovim.git
synced 2026-02-02 18:14:30 +00:00
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
c25a7084e9
Co-authored-by: Mohamed Akram <mohd.akram@outlook.com>