fix do not show error msg when pattern not found

This commit is contained in:
ManjaroOne666 2019-08-22 13:12:09 +01:00
parent a56b84389f
commit 52a3eefe20
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function! StripSpecialM() abort
:%s/ $//
:%s/ $//e
endfunction
augroup RemoveSpecialM