mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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
|
endf
|
||||||
augroup resCur
|
augroup resCur
|
||||||
au!
|
au!
|
||||||
au BufWinEnter * call ResCur()
|
" au BufWinEnter * call ResCur()
|
||||||
augroup END
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue