From d66b6dbb3c89be16d9f31ac129ab0469c262fe3d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 30 Jul 2015 16:06:33 +0900 Subject: [PATCH] Updated Examples (vim) (markdown) --- Examples-(vim).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples-(vim).md b/Examples-(vim).md index a210723..c2b670e 100644 --- a/Examples-(vim).md +++ b/Examples-(vim).md @@ -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.. --tiebreak=begin', + \'options': '+m -d "\t" --with-nth 1,4.. --nth 1', \'sink': function('s:btags_sink')}) catch echohl WarningMsg