remove faulty vimrc autocmd

This commit is contained in:
Thomas Ruoff
2019-03-26 23:07:39 +01:00
parent 2bd9051a3a
commit 526a428615

View File

@@ -310,7 +310,6 @@ endfunction
" Reloading vim
augroup VimReload
autocmd!
autocmd BufRead $MYVIMRC :lcd fnamemodify(resolve($MYVIMRC), ':h:p')
autocmd BufWritePost $MYVIMRC source $MYVIMRC | call LightlineReload()
augroup END