Comment out make clean on vimleave
This commit is contained in:
parent
66a17b11a1
commit
49926303d7
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ augroup configgroup
|
||||||
" Run Flake8 on write in python files
|
" Run Flake8 on write in python files
|
||||||
autocmd BufWritePost *.py call flake8#Flake8()
|
autocmd BufWritePost *.py call flake8#Flake8()
|
||||||
" Run make clean when leaving a LaTeX file if Makefile exists in directory
|
" Run make clean when leaving a LaTeX file if Makefile exists in directory
|
||||||
autocmd VimLeave *.tex ![ -f ./Makefile ] && make clean
|
"autocmd VimLeave *.tex ![ -f ./Makefile ] && make clean
|
||||||
|
|
||||||
" Toggle relative number and absolute number according to focus and insert
|
" Toggle relative number and absolute number according to focus and insert
|
||||||
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
|
autocmd BufEnter,FocusGained,InsertLeave * set relativenumber
|
||||||
|
|
Loading…
Add table
Reference in a new issue