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 ac10753 commit 6a5e98dCopy full SHA for 6a5e98d
1 file changed
autoload/ctrlp.vim
@@ -587,7 +587,7 @@ fu! s:lsCmd()
587
retu cmd[1]
588
elsei type(cmd) == 4 && ( has_key(cmd, 'types') || has_key(cmd, 'fallback') )
589
let fndroot = []
590
- if get(cmd, 'types', {}) != {}
+ if get(cmd, 'types', {}) != {}
591
let [markrs, cmdtypes] = [[], values(cmd['types'])]
592
for pair in cmdtypes
593
cal add(markrs, pair[0])
0 commit comments