Skip to content

Instantly share code, notes, and snippets.

@rgo
Created February 25, 2009 10:04
Show Gist options
  • Save rgo/70110 to your computer and use it in GitHub Desktop.
Save rgo/70110 to your computer and use it in GitHub Desktop.
FuzzyFinder textmate solution to work with TagList
FuzzyFinder has a bug when works TagList plugin (it open the file in taglist, very annoying). It’s solved in fuzzyfinder 2.16 changing the line 1483:
wincmd p
to:
wincmd j
Then the next time that you open a file it’ll open in correct window.
NOTE: it's fixed in 2.19 but this one don't works with fuzzyfinder_textmate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment