≡

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

Bug #1954: :CommandT with a filter is not opening right path

Kind bug
Product Command-T
When Created 2012-02-28T10:34:38Z, updated 2012-03-04T00:20:07Z
Status closed
Reporter Saimon Moore
Tags no tags

Description

e.g I type:

   :CommandT app/controllers

and it brings up the correct list of files:

then I type:

   sess

and it shows me sessions_controller.rb (as I expect)

when I hit enter though it opens

   {Root}/sessions_controller.rb

rather than

   {Root}/app/controllers/sessions_controller.rb

I'm not quite sure what may be causing this...

Comments

  1. Saimon Moore 2012-02-28T10:41:07Z

    As a test I disabled all other plugins except Command-T and only left the following in my vimrc: https://gist.github.com/1931823

  2. Saimon Moore 2012-02-28T10:43:40Z

    Note this only happens with the filters...

  3. anonymous 2012-02-28T21:50:46Z

    I have the same issue since about two weeks ago. (BTW, I'm using github master branch)

  4. Greg Hurrell 2012-02-29T07:09:33Z

    This is a bug present in the current HEAD of the master branch.

    There is a pull request that reverts the bad commit. I'm going to test the revert and make sure everything works as expected and then merge it.

    If you can't wait, you an also revert it yourself in your local copy.

  5. Greg Hurrell 2012-02-29T08:28:59Z

    Merged here.

  6. Greg Hurrell 2012-02-29T08:29:03Z

    Status changed:

    • From: new
    • To: closed
  7. Saimon Moore 2012-03-04T00:20:07Z

    Great thanks Wincent and Gary ;)

Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets