forked from kien/ctrlp.vim
-
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Description
I notice that there's a performance hiccup when using runtime mode. Looking through the code it becomes apparently obvious why that is; the runtimepath is iterated over using globpath()
and caching is only done after the first run indexing. I'd reckon performance could be greatly improved by simply having a more permenant cache similar to the mru mode.
Metadata
Metadata
Assignees
Labels
No labels