Comments
-
Greg Hurrell
Command-T is itself case-agnostic; I think the most likely explanation of what you're seeing is that you're hitting the
CommandTMaxFiles
limit (default to 10,000) before getting to "foo/blah.cc.
If you have a large number of files in the project, try upping
CommandTMaxFiles
to something bigger. (If that doesn't work, it may be that you have something pathological in your hierarchy, like a circular symlink.)Finally, one other possibility is that something in your
'wildignore'
setting is causing that file or directory to be excluded from consideration. -
Greg Hurrell
Closing due to inactivity.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
-
anonymous
Thanks a lot, Wincent! It indeed worked for me; I had over 20000 files. It would be great, however, if the plugin issued some kind of warning when the number of files exceeds the maximum; otherwise, it's very confusing.
-
Greg Hurrell
Yep, ticket #1839 is the one for that.
Add a comment
Comments are now closed for this issue.