[TxMt Plugins] Re: Git plugin
bgallet
bgallet+nabble at adisem.com
Mon Dec 1 21:43:43 UTC 2008
I have found the solution. When a bundle is deleted, textmate stores this
information somewhere. It is possible to see if any bundles are marked as
deleted by running:
defaults read com.macromates.textmate OakBundleManagerDeletedBundles
It returns something such as:
(
"EADD4718-EE11-4ABF-A7E6-13351FB3799D"
)
if there are deleted bundles.
To reset this list:
defaults delete com.macromates.textmate OakBundleManagerDeletedBundles
I used it, and now my git bundle is available!
- Bernard Gallet -
bgallet wrote:
>
> I believe I made a big mistake today. I wanted to update my git bundle, I
> removed it from the bundle list by using the - sign at the bottom of the
> bundle editor. Now whatever I do, I cannot get it back! I am still able to
> add other bundles, just not the git one!
>
> Would anybody know how to fix this?
>
> TIA,
>
> - Bernard Gallet -
>
--
View this message in context: http://www.nabble.com/Git-plugin-tp20777981p20781195.html
Sent from the textmate-plugins mailing list archive at Nabble.com.
More information about the textmate-plugins
mailing list