summaryrefslogtreecommitdiffstats
path: root/src/digraph.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-08 19:06:30 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-08 19:06:30 +0200
commit57ad94c5a9ee6f3626e1ec728519a8558a4346c8 (patch)
tree85299972306044b8b0aca48ce0c3a7736d93594c /src/digraph.c
parent1c6737b20a5cf71751b180461cea22fc76d8870c (diff)
patch 8.2.1635: no digraph for 0x2022 BULLETv8.2.1635
Problem: No digraph for 0x2022 BULLET. Solution: Use "oo". (Hans Ginzel, closes #6904)
Diffstat (limited to 'src/digraph.c')
-rw-r--r--src/digraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/digraph.c b/src/digraph.c
index 7e6128df70..fd78a16ecd 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -1173,6 +1173,7 @@ static digr_T digraphdefault[] =
{'9', '"', 0x201f},
{'/', '-', 0x2020},
{'/', '=', 0x2021},
+ {'o', 'o', 0x2022},
{'.', '.', 0x2025},
{',', '.', 0x2026},
{'%', '0', 0x2030},