From 4815dc9ada023a164eb2749e96c403fe6e365fb2 Mon Sep 17 00:00:00 2001 From: Kien N Date: Fri, 29 Mar 2013 07:29:49 +0700 Subject: [PATCH] Keep the deftxt string as-is --- autoload/ctrlp.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/ctrlp.vim b/autoload/ctrlp.vim index f233c19..830bf4f 100644 --- a/autoload/ctrlp.vim +++ b/autoload/ctrlp.vim @@ -584,8 +584,6 @@ fu! s:SetDefTxt() let txt = txt && !stridx(s:crfpath, s:dyncwd) \ ? ctrlp#rmbasedir([s:crfpath])[0] : '' let txt = txt != '' ? txt.s:lash(s:crfpath) : '' - el - let txt = expand(txt, 1) en let s:prompt[0] = txt endf