m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Updated Examples (vim) (markdown)

Junegunn Choi
2015-07-30 16:07:46 +09:00
parent d66b6dbb3c
commit fe9b70d096

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