≡

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 #1815

Bug #1815: Command-t gives wrong results when searching

Kind bug
Product Command-T
When Created 2011-05-06T09:14:58Z, updated 2011-05-08T01:59:39Z
Status closed
Reporter lyager
Tags no tags

Description

When using commant-t to search for the file qgl_qpa.cpp I get this result from command-t:

> gui/egl/qegl_qpa.cpp                                                                                                                                                                                                                      
  gui/kernel/qeventdispatcher_glib_qpa.cpp
  gui/kernel/qgenericplugin_qpa.cpp
  gui/kernel/qplatformglcontext_qpa.cpp
  gui/kernel/qgenericpluginfactory_qpa.cpp
  gui/kernel/qplatformintegrationplugin_qpa.cpp

However the file I am looking for is in the opengl directory, and not shown in the results:

:!find .|grep qgl_qpa
./opengl/.obj/debug-shared/qgl_qpa.o
./opengl/qgl_qpa.cpp

Comments

  1. Greg Hurrell 2011-05-06T16:54:49Z

    You're probably running into the file count limit (by default 10,000) and are working in a project with lots of files. (Command-T will stop scanning after hitting the limit.) You can up the limit by adding a line to your .vimrc:

    let g:CommandTMaxFiles=20000
  2. Greg Hurrell 2011-05-08T01:59:33Z

    Going to mark this as closed for now. Feel free to comment with new info if you think there's a real bug here.

  3. Greg Hurrell 2011-05-08T01:59:39Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets