vishr / local-history

A Sublime Text 2/3 plugin for maintaining local history of files. [backup | open | compare | incremental diff]
http://vishr.com/local-history
MIT License
227 stars 21 forks source link

Fixes declaration order issue #86 #87

Closed wilrodriguez closed 8 years ago

wilrodriguez commented 8 years ago

I moved things around. Also pulled the plugin_loaded stuff out of its function since it isn't used anywhere. I'll admit that I don't know if this function is required as part of the sublime API or anything, but I suspect its not, so I figured, while I was at it, I might as well save a few lines.

jrappen commented 8 years ago

I cannot merge this as is as you removed plugin_loaded() which is required for ST3.

wilrodriguez commented 8 years ago

@jrappen Thanks for fixing that.