prepare filtering
This commit is contained in:
@@ -29,6 +29,7 @@ class HighlightSelection(Highlight):
|
||||
start_byte_in_line = begin - line.byte_offset()
|
||||
else:
|
||||
start_byte_in_line = 0
|
||||
|
||||
start_char = line.byte_index_to_char_index(start_byte_in_line)
|
||||
|
||||
if line.includes_byte(end):
|
||||
|
||||
Reference in New Issue
Block a user