Re: How to omit the "3 substitions on 330 lines" from being displayed in Vim status bar after substition or global command is executed?

2016-10-15 Thread Igor Forca
Both methods works perfectly. Thanks a lot problem solved. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you

Re: How to omit the "3 substitions on 330 lines" from being displayed in Vim status bar after substition or global command is executed?

2016-10-14 Thread A. S. Budden
On 14 October 2016 at 13:43, Igor Forca wrote: > Hi, > I have a text file with a lot of Vim substitution and global commands like: > :%s/\(one\) \(two\)/\1\r\2/gie > :g/(something\c/normal v%2> > and several more commands in file named myfile.vim. > > Then in the current buffer

How to omit the "3 substitions on 330 lines" from being displayed in Vim status bar after substition or global command is executed?

2016-10-14 Thread Igor Forca
Hi, I have a text file with a lot of Vim substitution and global commands like: :%s/\(one\) \(two\)/\1\r\2/gie :g/(something\c/normal v%2> and several more commands in file named myfile.vim. Then in the current buffer when I need to execute this kind of find/replace substitution I just execute: