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
|
||||
:%s/
$//
|
||||
:%s/
$//e
|
||||
endfunction
|
||||
|
||||
augroup RemoveSpecialM
|
||||
|
|
Loading…
Reference in New Issue