≡

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 2/28/2012, updated 3/4/2012
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 2/28/2012

    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 2/28/2012

    Note this only happens with the filters...

  3. anonymous 2/28/2012

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

  4. Greg Hurrell 2/29/2012

    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 2/29/2012

    Merged here.

  6. Greg Hurrell 2/29/2012

    Status changed:

    • From: new
    • To: closed
  7. Saimon Moore 3/4/2012

    Great thanks Wincent and Gary ;)

Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets