Stop vim trailing whitespace from being cleared when the feature is off

This commit is contained in:
Michael Campagnaro 2021-12-01 13:58:20 -05:00
parent 054aaa0808
commit 4dd5ea783c

2
vimrc
View File

@ -534,6 +534,8 @@ augroup campoCmds
if l:found_match == 0
return
endif
else
return
endif
endif