Many small changes.

This commit is contained in:
2016-04-23 20:09:24 +02:00
parent af275c5c1a
commit df0019ae57
10 changed files with 31 additions and 53 deletions

View File

@@ -250,4 +250,4 @@ function! DeleteTrailingWS()
%s/\s\+$//e
exe "normal `z"
endfunction
autocmd BufWrite * :call DeleteTrailingWS()
autocmd BufWritePre * :call DeleteTrailingWS()