mirror of
https://github.com/amix/vimrc
synced 2025-07-07 00:15:00 +08:00
Update vim-lastplace.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
" Author: Gregory L. Dietsche <vim@gregd.org>
|
||||
" Licence: MIT
|
||||
" Website: https://www.gregd.org/
|
||||
" Version: 3.1.1
|
||||
" Version: 3.2.1
|
||||
" ============================================================================
|
||||
|
||||
if exists("b:loaded_lastplace_plugin") || &cp
|
||||
@ -76,5 +76,5 @@ endf
|
||||
|
||||
augroup lastplace_plugin
|
||||
autocmd!
|
||||
autocmd BufWinEnter * call s:lastplace()
|
||||
autocmd BufRead * call s:lastplace()
|
||||
augroup END
|
||||
|
Reference in New Issue
Block a user