Created
February 25, 2009 10:04
-
-
Save rgo/70110 to your computer and use it in GitHub Desktop.
FuzzyFinder textmate solution to work with TagList
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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