≡

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 » Feature request #1796

Feature request #1796: Look inside dot directories

Kind feature request
Product Command-T
When Created 2011-03-22T22:26:23Z, updated 2011-03-26T09:29:02Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

Can't remember if this has been requested before, but right now you can't open files inside dot directories. For example, you can open .gitignore but not .git/config.

On the one hand excluding most of the uninteresting stuff inside a directory like .git is a useful thing to do, on the other it is frustrating that you can't open a file inside the directory using Command-T.

I at first thought this might be because of the 'wildignore' setting excluding the .git directory from being indexed, but I tested with other directories like t~/.vim and got the same result.

So, investigate further.

Comments

  1. Greg Hurrell 2011-03-26T09:16:01Z

    Bah, forgot about the g:CommandTScanDotDirectories setting.

    In the example above, you can't open .git/config due to the 'wildignore' setting, but you can open stuff inside .vim, provided that g:CommandTScanInsideDotDirectories is set.

  2. Greg Hurrell 2011-03-26T09:29:02Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets