Ignore __Tagbar__ buffer
This commit is contained in:
parent
6d8edb3c0e
commit
e3cac09d60
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ command! -bang -nargs=1 Locate call s:fzf({
|
|||
function! s:all_files()
|
||||
return extend(
|
||||
\ filter(reverse(copy(v:oldfiles)),
|
||||
\ "v:val !~ 'fugitive:\\|NERD_tree\\|^/tmp/\\|.git/'"),
|
||||
\ "v:val !~ 'fugitive:\\|__Tagbar__\\|NERD_tree\\|^/tmp/\\|.git/'"),
|
||||
\ filter(map(s:buflisted(), 'bufname(v:val)'), '!empty(v:val)'))
|
||||
endfunction
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue