rename.vim icon indicating copy to clipboard operation
rename.vim copied to clipboard

Ignore errors from substitution commands.

Open sscherfke opened this issue 10 years ago • 0 comments

If you automatically trim spaces when you write a buffer via something like %s/\s\+$//e and there is nothing to trim, you get an E486: Pattern not found: …. This error should not disturb the script so it should be added to the ignore list.

sscherfke avatar May 20 '15 10:05 sscherfke