Skip to content

Commit b687f1e

Browse files
committed
Add todo
1 parent d30f1ae commit b687f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blame_inline.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ def show_inline_blame(self):
4040

4141
phantoms = []
4242
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?)
4345
line = self.view.line(sels[0])
4446
if line.size() < 2:
4547
# avoid weird behaviour of regions on empty lines

0 commit comments

Comments
 (0)