mirror of
https://github.com/junegunn/fzf.vim.git
synced 2026-02-25 19:17:24 +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
|
augroup END
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:fzf#vim#buffers = {}
|
if !exists('g:fzf#vim#buffers')
|
||||||
|
let g:fzf#vim#buffers = {}
|
||||||
|
endif
|
||||||
|
|
||||||
augroup fzf_buffers
|
augroup fzf_buffers
|
||||||
autocmd!
|
autocmd!
|
||||||
if exists('*reltimefloat')
|
if exists('*reltimefloat')
|
||||||
|
|||||||
Reference in New Issue
Block a user