atom-jshint
atom-jshint copied to clipboard
Cursor doesn't update error in status bar from split pane (right side)
If you split the panes, only files open in the left pane will show the errors in the status bar when you move the cursor to an indicated line.
I'm going to guess at a quick glance this is to do with always using the first cursor. See https://github.com/Joezo/atom-jshint/blob/master/lib/atom-jshint.js#L65
Will try to fix this when I get a moment :) PRs are welcome!
Think this is resolved now.