You are viewing an historical archive of past issues. Please
report new issues to the appropriate project issue tracker on
GitHub.
Comments
-
Greg Hurrell
You're probably running into the file count limit (by default 10,000) and are working in a project with lots of files. (Command-T will stop scanning after hitting the limit.) You can up the limit by adding a line to your
.vimrc
:let g:CommandTMaxFiles=20000
-
Greg Hurrell
Going to mark this as closed for now. Feel free to comment with new info if you think there's a real bug here.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.