Fix crash in TabulationHighlighter when wrapping just after a tab
This commit is contained in:
parent
f5d5274c5f
commit
5097884608
|
@ -1017,6 +1017,9 @@ struct TabulationHighlighter : Highlighter
|
|||
++atom_it;
|
||||
}
|
||||
}
|
||||
|
||||
if (atom_it == line.end())
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
|
|
@ -0,0 +1 @@
|
|||
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrapped
|
|
@ -0,0 +1 @@
|
|||
addhl global/ wrap
|
Loading…
Reference in New Issue
Block a user