vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876

Problem:    No digraph for 0x2022 BULLET.
Solution:   Use "oo". (Hans Ginzel, closes vim/vim#6904)
57ad94c5a9
This commit is contained in:
Jan Edmund Lazo
2020-09-08 23:45:27 -04:00
committed by GitHub
parent aa45579206
commit df6b49b4ee
2 changed files with 2 additions and 0 deletions

View File

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