Conflicts with XVim
keith opened this issue · 7 comments
This plugin seems to break XVim when they're both installed. XVim doesn't show up at all until this is removed.
Wow, that sucks. Did you try using XEmacs instead? ;)
More seriously, I'll take a look at this. Poke me in SF if I haven't by then.
Haha I will. You hear soon? Will buy you 🍺 for xcode plugins 😃
I will be there on Sunday - and I will buy all your 🍺 for managing the Specs repo.
So, the reason is that XVim also swizzles didChangeText
https://github.com/JugglerShu/XVim/blob/9d48e7e135d95835624cdd02c434ab1faf027e95/XVim/DVTSourceTextViewHook.m#L56
As this also screws with BBUUtilitiesDebuggerTuckAway, we have to find a better way to deal with this. Maybe a base library thing which deals out a notification?
@kylef should figure it out, he wants BBUUtilitiesDebuggerTuckAway :) If both TuckAways can work together, we can do a PR on XVim.
@Keithbsmiley Switching to Aspects for swizzling seems to have fixed the incompatibility between my two plugins, you might want to try out XVim again.
I am just assuming this work now :)