mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-01-09 04:52:30 +08:00
[Buffers] Avoid cleaning up g:fzf#vim#buffers when the plugin is reloaded
Close #643
This commit is contained in:
@@ -112,7 +112,10 @@ if (has('nvim') || has('terminal') && has('patch-8.0.995')) && (get(g:, 'fzf_sta
|
||||
augroup END
|
||||
endif
|
||||
|
||||
let g:fzf#vim#buffers = {}
|
||||
if !exists('g:fzf#vim#buffers')
|
||||
let g:fzf#vim#buffers = {}
|
||||
endif
|
||||
|
||||
augroup fzf_buffers
|
||||
autocmd!
|
||||
if exists('*reltimefloat')
|
||||
|
||||
Reference in New Issue
Block a user