Skip to content

Commit 306bc60

Browse files
committed
Fixes #445
1 parent 6ffa5bb commit 306bc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2618,8 +2618,8 @@ fu! ctrlp#init(type, ...)
26182618
en
26192619
en
26202620
cal ctrlp#setlines(s:settype(type))
2621-
cal ctrlp#syntax()
26222621
set ft=ctrlp
2622+
cal ctrlp#syntax()
26232623
cal s:SetDefTxt()
26242624
let curName = s:CurTypeName()
26252625
let shouldExitSingle = index(s:opensingle, curName[0])>=0 || index(s:opensingle, curName[1])>=0

0 commit comments

Comments
 (0)