gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Sometimes no gutter update #94

Closed schlamar closed 9 years ago

schlamar commented 9 years ago

Modific does sometimes no update of the gutter marks after a save. I have set debug=true in the configuration and I can see that Modific has actually detected the changes:

Modific: run command: hg diff ...
...
Modific: new lines: [14, 15]
Modific: modified lines: [113, 136]
Modific: deleted lines: [12, 117]

But it does not paint the gutter marks.

gornostal commented 9 years ago

@schlamar, could you provide more info?

schlamar commented 9 years ago

Mhh, looks like it's working again. Not sure what has happened, maybe some issue with Sublime directly. I'll reopen if I'm seeing it again.