wstrip.vim
wstrip.vim copied to clipboard
Strip trailing whitespace only on changed lines
Would this be a thing? Not sure if this makes sense, but usually I do want to strip whitespace ``` let g:wstrip_trailing_max = 0 " Make markdown files get stripped...
i have this in my vimrc ``` " Autosave au FocusLost,BufLeave * silent! :wa " Autosave when doing some actions set autowrite set autowriteall ``` but it seems that wstrip...
Hello, the external check for `smul` in https://github.com/tweekmonster/wstrip.vim/blob/3d4c35c8ca462fbece58886e52679a5355f461d6/plugin/wstrip.vim#L3 makes this the heaviest plug-in regarding startup time; is it needed?