parent
2a225396d4
commit
00fdb54c9d
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ function! fzf#vim#buffer_tags(...)
|
|||
return s:fzf(fzf#vim#wrap({
|
||||
\ 'source': s:btags_source(),
|
||||
\ 'sink*': s:function('s:btags_sink'),
|
||||
\ 'options': '-m -d "\t" --with-nth 1,4.. -n 1 --prompt "BTags> "'}), a:000)
|
||||
\ 'options': '--reverse -m -d "\t" --with-nth 1,4.. -n 1 --prompt "BTags> "'}), a:000)
|
||||
catch
|
||||
return s:warn(v:exception)
|
||||
endtry
|
||||
|
|
Loading…
Add table
Reference in a new issue