m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Formatting

Junegunn Choi
2015-08-09 23:03:47 +09:00
parent 05330d697c
commit 38d0129f3c

@@ -163,10 +163,11 @@ endfunction
function! s:btags()
try
call fzf#run({'source': s:btags_source(),
\'down': '40%',
\'options': '+m -d "\t" --with-nth 1,4.. -n 1 --tiebreak=index',
\'sink': function('s:btags_sink')})
call fzf#run({
\ 'source': s:btags_source(),
\ 'options': '+m -d "\t" --with-nth 1,4.. -n 1 --tiebreak=index',
\ 'down': '40%',
\ 'sink': function('s:btags_sink')})
catch
echohl WarningMsg
echom v:exception