mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-27 12:16:22 +03:00
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