1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

Update vim-lastplace.

This commit is contained in:
Kurtis Moxley
2022-05-19 23:04:42 +08:00
parent 5608a81ee4
commit 0543fc4bab
4 changed files with 35 additions and 14 deletions

View File

@ -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