mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 09:03:43 -05:00
Updated Examples (vim) (markdown)
@@ -135,7 +135,7 @@ function! s:btags()
|
|||||||
try
|
try
|
||||||
call fzf#run({'source': s:btags_source(),
|
call fzf#run({'source': s:btags_source(),
|
||||||
\'down': '40%',
|
\'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')})
|
\'sink': function('s:btags_sink')})
|
||||||
catch
|
catch
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
|
|||||||
Reference in New Issue
Block a user