diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 88c5b2c..6072e56 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -188,7 +188,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 + "autocmd VimLeave *.tex ![ -f ./Makefile ] && make clean " Toggle relative number and absolute number according to focus and insert autocmd BufEnter,FocusGained,InsertLeave * set relativenumber