From b95302706a00ccece427c1519fc56a913fc97825 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 17 Feb 2015 13:52:28 +0900 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples.md b/Examples.md index 0bd9848..ab14224 100644 --- a/Examples.md +++ b/Examples.md @@ -297,7 +297,7 @@ Search lines in all open vim buffers command! FZFLines call fzf#run({ \ 'source': BuffersLines(), \ 'sink': function('LineHandler'), - \ 'options': '--extended --nth=3..,', + \ 'options': '--extended --nth=3..', \ 'tmux_height': '60%' \})