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

@ -368,7 +368,7 @@ endfunction " }}}2
function! s:ApplyConfig(config) abort " Set the buffer options {{{1
" Only process normal buffers (do not treat help files as '.txt' files)
if !empty(&buftype)
if index(['', 'acwrite'], &buftype) == -1
return
endif