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