File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -921,6 +921,7 @@ char digraph hex dec official name ~
921921‟ 9" 201F 8223 DOUBLE HIGH-REVERSED-9 QUOTATION MARK
922922† /- 2020 8224 DAGGER
923923‡ /= 2021 8225 DOUBLE DAGGER
924+ • oo 2022 8226 BULLET
924925‥ .. 2025 8229 TWO DOT LEADER
925926… ,. 2026 8230 HORIZONTAL ELLIPSIS
926927‰ %0 2030 8240 PER MILLE SIGN
Original file line number Diff line number Diff line change @@ -1173,6 +1173,7 @@ static digr_T digraphdefault[] =
11731173 {'9' , '"' , 0x201f },
11741174 {'/' , '-' , 0x2020 },
11751175 {'/' , '=' , 0x2021 },
1176+ {'o' , 'o' , 0x2022 },
11761177 {'.' , '.' , 0x2025 },
11771178 {',' , '.' , 0x2026 },
11781179 {'%' , '0' , 0x2030 },
Original file line number Diff line number Diff line change @@ -754,6 +754,8 @@ static char *(features[]) =
754754
755755static int included_patches [] =
756756{ /* Add new patch number below this line */
757+ /**/
758+ 1635 ,
757759/**/
758760 1634 ,
759761/**/
You can’t perform that action at this time.
0 commit comments