rename.vim
rename.vim copied to clipboard
Ignore errors from substitution commands.
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.