We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30f1ae commit b687f1eCopy full SHA for b687f1e
src/blame_inline.py
@@ -40,6 +40,8 @@ def show_inline_blame(self):
40
41
phantoms = []
42
sels = self.view.sel()
43
+ # @todo Support showing inline blame for multiple carets?
44
+ # @body Maybe with a sanity check that there aren't too many (more than 10?)
45
line = self.view.line(sels[0])
46
if line.size() < 2:
47
# avoid weird behaviour of regions on empty lines
0 commit comments