I added a function in my .vimrc that's just few search and replace commands. However if one of the patterns is not found I get an error message that I need to enter through. How can I suppress this?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can either use
For more information, see
The information on the |
|||||
|
|
You might use silent:
or, if you need to do string manipulation to determine the strings to search and replace:
I'm not 100% sure, but I think that |
|||
|
|