mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
don't restore cursor (use farmergreg/vim-lastplace instead)
This commit is contained in:
parent
6ff5afb9dc
commit
1bf2b18fc7
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ if has('autocmd')
|
|||
endf
|
||||
augroup resCur
|
||||
au!
|
||||
au BufWinEnter * call ResCur()
|
||||
" au BufWinEnter * call ResCur()
|
||||
augroup END
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue