1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-06 13:23:24 -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 endf
augroup resCur augroup resCur
au! au!
au BufWinEnter * call ResCur() " au BufWinEnter * call ResCur()
augroup END augroup END
endif endif