mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
057dde35a7
commit
6712169c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -781,7 +781,7 @@ class GraphemeSegmentationState(NamedTuple):
|
|||
):
|
||||
add_to_cell = True
|
||||
# No break before: extending characters or ZWJ (GB9), SpacingMarks (GB9a), Prepend characters (GB9b).
|
||||
elif prop in ('Extend', 'ZWJ', 'SpacingMark') or prev in 'Prepend':
|
||||
elif prop in ('Extend', 'ZWJ', 'SpacingMark') or prev == 'Prepend':
|
||||
add_to_cell = True
|
||||
# No break within certain combinations of Indic_Conjunct_Break values
|
||||
# Between consonant {extend|linker}* linker {extend|linker}* and consonant (GB9c).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue