≡

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 » Bug #1831

Bug #1831: Fails to see some folders within the current working directory

Kind bug
Product Command-T
When Created 2011-06-09T00:25:25Z, updated 2012-09-08T17:24:52Z
Status closed
Reporter anonymous
Tags no tags

Description

Running OSX 10.6 and mvim with command-t.

I have a folder with the following structure:

  • Project
    • _builds/
    • _product/
    • _libraries/
    • runtime/

Command-T fails to find the runtime folder and list the files contained within.

Flushing Command-T does not fix it.

Restarting mvim does not fix it.

Starting mvim in the runtime folder, Command-T can see the files. But changing directory within mvim back to the parent folder, Command-T fails to see the folder and files again.

Comments

  1. Greg Hurrell 2011-06-09T03:38:57Z

    Reasons why you might not be seeing the runtime folder:

    • if you have a large number of files in the project, Command-T will stop scanning when it hits g:CommandTMaxFiles (defaults to 10,000 files); the solution is to up the limit in your ~/.vimrc
    • your Vim 'wildignore' setting may include runtime or similar; see the docs for configuring the setting to exclude only files you're not interested in
  2. Greg Hurrell 2012-09-08T17:24:49Z

    Closing due to inactivity.

  3. Greg Hurrell 2012-09-08T17:24:52Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets