1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-04-26 01:13:23 -07:00

don't restore cursor (use farmergreg/vim-lastplace instead)

This commit is contained in:
Connor Olding 2022-01-08 21:13:55 -08:00
parent 6ff5afb9dc
commit 1bf2b18fc7

View File

@ -252,7 +252,7 @@ if has('autocmd')
endf
augroup resCur
au!
au BufWinEnter * call ResCur()
" au BufWinEnter * call ResCur()
augroup END
endif