Comments
-
Greg Hurrell
Does your project contain more than
CommandTMaxFiles
(10,000 by default)?Does your
'wildignore'
setting include thespec
dir? -
Karl Baum
Hi. So wildignore doesn't seem to have it:
wildignore=*.o,*.obj,.git,*.rbc,*.class,.svn,vendor/gems/*,tmp/**
I don't think i have hit CommandTMaxFiles, but what is the best way to tell?
Also, i don't seem to get notified when someone responds to these issues. Is there a setting for this forum?
thx!
-karl
-
Karl Baum
I had too many files. Just did a normal wc to figure it out:
find . -type f | wc -l
thx!
-
Greg Hurrell
Yep, so just set a higher
CommandTMaxFiles
in your~/.vimrc
and you should be right. See the docs if you have any doubts about how to do that.As for notifications, there is a feed for comments. No email-based notification yet, as nobody has asked for it, but I think I'd like to add it.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
Add a comment
Comments are now closed for this issue.