m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-20 01:23:43 -05:00

Formatting

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

@@ -163,9 +163,10 @@ 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',
\ 'down': '40%',
\ 'sink': function('s:btags_sink')}) \ 'sink': function('s:btags_sink')})
catch catch
echohl WarningMsg echohl WarningMsg