1
0
mirror of https://github.com/amix/vimrc synced 2025-07-10 11:44:59 +08:00

Update plugins from upstream.

This commit is contained in:
Kurtis Moxley
2022-08-13 01:17:13 +08:00
parent 66b93f5a84
commit be700b9c7f
59 changed files with 4092 additions and 2098 deletions

View File

@ -2,7 +2,7 @@
Author: Gregory L. Dietsche <https://www.gregd.org/>
License: MIT
Version: 3.2.1
Version: 3.1.1
INTRODUCTION *vim-lastplace-introduction*
@ -23,7 +23,7 @@ By default it is set to:
let g:lastplace_ignore_buftype = "quickfix,nofile,help"
Closed folds are automatically opened when jumping to the last edit position. If you
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