1
0
Fork 0
mirror of synced 2024-05-14 17:43:16 +12:00

Disabled ligatures in progress bars [-> [--> [---> [=> [==> [===> (closes #968)

This commit is contained in:
Nikita Prokopov 2020-04-09 15:09:06 +02:00
parent 56a6ca30ec
commit 1d7e14a927
9 changed files with 43 additions and 2 deletions

View file

@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
#### 3.0
- Disabled ligatures in progress bars `[-> [--> [---> [=> [==> [===>` [#968]
- Added set letters U+2102 `` U+210D `` U+2115 `` U+2119 `` U+211A `` U+211D `` U+2124 `` and U+1D539 `𝔹` [#841]
- Removed `?:` [#970]
- Added missing set operations U+2200 `∀` U+2203..U+2205 `∃ ∄ ∅` U+2207 `∇` U+2282..U+228B `⊂ ⊃ ⊄ ⊅ ⊆ ⊇ ⊈ ⊉ ⊊ ⊋` U+2208..U+220# `∈ ∉ ∊ ∋ ∌ ∍` U+222A `` [#822]

File diff suppressed because one or more lines are too long

View file

@ -116,6 +116,31 @@
["hyphen" "bar"]
" ignore sub bar hyphen' bar;\n"
;; #968 [-> [--> [==> [=>
["equal" "greater"]
" ignore sub bracketleft equal' greater;\n"
["equal" "equal" "greater"]
" ignore sub bracketleft equal' equal greater;\n"
["equal" "equal"]
" ignore sub bracketleft equal' equal;\n"
["equal" "equal" "equal"]
" ignore sub bracketleft equal' equal equal;\n"
["hyphen" "greater"]
" ignore sub bracketleft hyphen' greater;\n"
["hyphen" "hyphen" "greater"]
" ignore sub bracketleft hyphen' hyphen greater;\n"
["hyphen" "hyphen"]
" ignore sub bracketleft hyphen' hyphen;\n"
["hyphen" "hyphen" "hyphen"]
" ignore sub bracketleft hyphen' hyphen hyphen;\n"
})

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.