.vimrc: Don't StripWhitespace on Write (mangles git logs)
This commit is contained in:
parent
e8045b5f4b
commit
7be77a0235
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ augroup configgroup
|
|||
autocmd VimEnter * highlight clear SignColumn
|
||||
|
||||
" Run StripWhitespace function on write
|
||||
autocmd BufWritePre * :StripWhitespace
|
||||
"autocmd BufWritePre * :StripWhitespace
|
||||
" Run Flake8 on write in python files
|
||||
autocmd BufWritePost *.py call flake8#Flake8()
|
||||
" Open pdf after entering .ly file for side-by-side
|
||||
|
|
Loading…
Add table
Reference in a new issue