1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 10:45: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

@ -2,7 +2,7 @@
Author: Gregory L. Dietsche <https://www.gregd.org/>
License: MIT
Version: 3.1.1
Version: 3.2.1
INTRODUCTION *vim-lastplace-introduction*
@ -23,7 +23,7 @@ By default it is set to:
let g:lastplace_ignore_buftype = "quickfix,nofile,help"
Folds are automatically opened when jumping to the last edit position. If you
Closed folds are automatically opened when jumping to the last edit position. If you
do not like this behavior you can disable it by putting this in your vimrc:
let g:lastplace_open_folds = 0