Re: :p & :P bugs?

2018-12-10 Thread Tim Chase
On 2018-12-06 14:39, Christian Brabandt wrote: > > Brought to my attention by this thread: > > > > https://www.reddit.com/r/vim/comments/a3e80i/is_vim_right_for_me/ > > > > It seems to me that :p should always only print the line, even if > > 'number' is set. If you want to print the line with

Re: :p & :P bugs?

2018-12-07 Thread Bram Moolenaar
Tim Chase wrote: > Brought to my attention by this thread: > > https://www.reddit.com/r/vim/comments/a3e80i/is_vim_right_for_me/ > > It seems to me that :p should always only print the line, even if > 'number' is set. If you want to print the line with its line-number, > you can either use

Re: :p & :P bugs?

2018-12-06 Thread Christian Brabandt
On Do, 06 Dez 2018, Tim Chase wrote: > Brought to my attention by this thread: > > https://www.reddit.com/r/vim/comments/a3e80i/is_vim_right_for_me/ > > It seems to me that :p should always only print the line, even if > 'number' is set. If you want to print the line with its line-number, >

Re: :p & :P bugs?

2018-12-06 Thread 'Jürgen Krämer' via vim_use
Hi, Tim Chase schrieb am 06.12.2018 um 14:19: > Brought to my attention by this thread: > > https://www.reddit.com/r/vim/comments/a3e80i/is_vim_right_for_me/ > > It seems to me that :p should always only print the line, even if > 'number' is set. If you want to print the line with its

:p & :P bugs?

2018-12-06 Thread Tim Chase
Brought to my attention by this thread: https://www.reddit.com/r/vim/comments/a3e80i/is_vim_right_for_me/ It seems to me that :p should always only print the line, even if 'number' is set. If you want to print the line with its line-number, you can either use ":p#" (:help ex-flags) or even just