0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1635: no digraph for 0x2022 BULLET

Problem:    No digraph for 0x2022 BULLET.
Solution:   Use "oo". (Hans Ginzel, closes #6904)
This commit is contained in:
Bram Moolenaar
2020-09-08 19:06:30 +02:00
parent 1c6737b20a
commit 57ad94c5a9
3 changed files with 4 additions and 0 deletions

View File

@@ -921,6 +921,7 @@ char digraph hex dec official name ~
‟ 9" 201F 8223 DOUBLE HIGH-REVERSED-9 QUOTATION MARK ‟ 9" 201F 8223 DOUBLE HIGH-REVERSED-9 QUOTATION MARK
† /- 2020 8224 DAGGER † /- 2020 8224 DAGGER
‡ /= 2021 8225 DOUBLE DAGGER ‡ /= 2021 8225 DOUBLE DAGGER
• oo 2022 8226 BULLET
‥ .. 2025 8229 TWO DOT LEADER ‥ .. 2025 8229 TWO DOT LEADER
… ,. 2026 8230 HORIZONTAL ELLIPSIS … ,. 2026 8230 HORIZONTAL ELLIPSIS
‰ %0 2030 8240 PER MILLE SIGN ‰ %0 2030 8240 PER MILLE SIGN

View File

@@ -1173,6 +1173,7 @@ static digr_T digraphdefault[] =
{'9', '"', 0x201f}, {'9', '"', 0x201f},
{'/', '-', 0x2020}, {'/', '-', 0x2020},
{'/', '=', 0x2021}, {'/', '=', 0x2021},
{'o', 'o', 0x2022},
{'.', '.', 0x2025}, {'.', '.', 0x2025},
{',', '.', 0x2026}, {',', '.', 0x2026},
{'%', '0', 0x2030}, {'%', '0', 0x2030},

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1635,
/**/ /**/
1634, 1634,
/**/ /**/