Skip to content

Commit 28612d0

Browse files
committed
PrtClearCache doesn't work
fixes #280
1 parent 35009b7 commit 28612d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/ctrlp.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2382,7 +2382,7 @@ fu! s:buildpat(lst)
23822382
endf
23832383

23842384
fu! s:curtype()
2385-
return s:CurTypeName()[1]
2385+
return s:CurTypeName()
23862386
endf
23872387

23882388
fu! s:mfunc()

0 commit comments

Comments
 (0)