mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-20 01:23:43 -05:00
Formatting
@@ -163,10 +163,11 @@ endfunction
|
|||||||
|
|
||||||
function! s:btags()
|
function! s:btags()
|
||||||
try
|
try
|
||||||
call fzf#run({'source': s:btags_source(),
|
call fzf#run({
|
||||||
\'down': '40%',
|
\ 'source': s:btags_source(),
|
||||||
\'options': '+m -d "\t" --with-nth 1,4.. -n 1 --tiebreak=index',
|
\ 'options': '+m -d "\t" --with-nth 1,4.. -n 1 --tiebreak=index',
|
||||||
\'sink': function('s:btags_sink')})
|
\ 'down': '40%',
|
||||||
|
\ 'sink': function('s:btags_sink')})
|
||||||
catch
|
catch
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echom v:exception
|
echom v:exception
|
||||||
|
|||||||
Reference in New Issue
Block a user