From 09613b7df6f63280f6a2b6b7912725caf5ab2bf2 Mon Sep 17 00:00:00 2001 From: gleachkr Date: Tue, 15 Jul 2014 09:54:48 -0700 Subject: [PATCH] Updated examples (markdown) --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index a707e58..922f715 100644 --- a/examples.md +++ b/examples.md @@ -243,7 +243,7 @@ function! CmdLineDirComplete(prefix, options, rawdir) \'"' . escape(l:dirprefix, " ") . '" . escape(v:val, " ")')) else return join(a:prefix + map(fzf#run({ - \'options': a:options . '--query='. a:rawdir }), + \'options': a:options . ' --query='. a:rawdir }), \'escape(v:val, " ")')) "dropped --select-1 to speed things up on a long query endfunction