We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffa5bb commit 306bc60Copy full SHA for 306bc60
1 file changed
autoload/ctrlp.vim
@@ -2618,8 +2618,8 @@ fu! ctrlp#init(type, ...)
2618
en
2619
2620
cal ctrlp#setlines(s:settype(type))
2621
- cal ctrlp#syntax()
2622
set ft=ctrlp
+ cal ctrlp#syntax()
2623
cal s:SetDefTxt()
2624
let curName = s:CurTypeName()
2625
let shouldExitSingle = index(s:opensingle, curName[0])>=0 || index(s:opensingle, curName[1])>=0
0 commit comments