bradsokol / VcsGutter

A plugin for Sublime Text 2 and 3 to show diffs from Git, Mercurial, or Subversion in the editor's gutter.
MIT License
95 stars 20 forks source link

Gutter conflicts #33

Open alfredbez opened 8 years ago

alfredbez commented 8 years ago

I'm using this with SublimeLinter and it overwrites the SublimeLinter Gutter. It would be nice if you could somehow avoid that behavior.

see also: same problem: jisaacks/GitGutter/issues/113 solution: jisaacks/GitGutter/pull/254 general issue: SublimeTextIssues/Core/issues/319

michaelworm commented 8 years ago

+1 very important feature for me. I'd install GitGutter instead but on my workplace we are using svn and git simultaneously which is why I am using this plugin instead. Anyway the conflict with SublimeLinter is really annoying.

bradsokol commented 8 years ago

I stopped using Sublime some time ago and unfortunately I am no longer actively developing this package.

If you'd like to open a PR with a proposed fix, I will take a look.