≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Support ticket #1894

Support ticket #1894: command-t ignoring my spec directory

Kind support ticket
Product Command-T
When Created 2011-10-19T16:36:17Z, updated 2011-10-22T20:54:45Z
Status closed
Reporter Karl Baum
Tags no tags

Description

I am not sure what i did, but all of the sudden command-t is ignoring my spec directory. Any ideas on the best way to debug this?

thx!

Comments

  1. Greg Hurrell 2011-10-19T16:49:58Z

    Does your project contain more than CommandTMaxFiles (10,000 by default)?

    Does your 'wildignore' setting include the spec dir?

  2. Karl Baum 2011-10-19T18:21:19Z

    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

  3. Karl Baum 2011-10-20T11:15:23Z

    I had too many files. Just did a normal wc to figure it out:

    find . -type f | wc -l

    thx!

  4. Greg Hurrell 2011-10-20T15:23:30Z

    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.

  5. Greg Hurrell 2011-10-22T20:54:45Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets