fix do not show error msg when pattern not found
This commit is contained in:
parent
a56b84389f
commit
52a3eefe20
|
@ -1,5 +1,5 @@
|
||||||
function! StripSpecialM() abort
|
function! StripSpecialM() abort
|
||||||
:%s/
$//
|
:%s/
$//e
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
augroup RemoveSpecialM
|
augroup RemoveSpecialM
|
||||||
|
|
Loading…
Reference in New Issue