fix do not show error msg when pattern not found

This commit is contained in:
ManjaroOne666 2019-08-22 13:12:09 +01:00
commit 52a3eefe20

View file

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