-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Maybe with a sanity check that there aren't too many (more than 10?)
st3-gitblame/src/blame_inline.py
Lines 43 to 47 in b687f1e
| # @todo Support showing inline blame for multiple carets? | |
| # @body Maybe with a sanity check that there aren't too many (more than 10?) | |
| line = self.view.line(sels[0]) | |
| if line.size() < 2: | |
| # avoid weird behaviour of regions on empty lines |