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

@ -4,7 +4,7 @@
" Author: Gregory L. Dietsche <vim@gregd.org>
" Licence: MIT
" Website: https://www.gregd.org/
" Version: 3.2.1
" Version: 3.1.1
" ============================================================================
if exists("b:loaded_lastplace_plugin") || &cp
@ -76,5 +76,5 @@ endf
augroup lastplace_plugin
autocmd!
autocmd BufRead * call s:lastplace()
autocmd BufWinEnter * call s:lastplace()
augroup END