summaryrefslogtreecommitdiffstats
path: root/src/digraph.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-04 22:17:16 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-04 22:17:16 +0100
commit81615517249bb78cba9c37c9834b787c1b265521 (patch)
tree4fc3c56e5591c8aa969d3c5100f4cfdcf716d2b0 /src/digraph.c
parentaab3383e70456f054fe9d0963fe3eb45994aa5e7 (diff)
patch 8.0.0062v8.0.0062
Problem: No digraph for HORIZONTAL ELLIPSIS. Solution: Use ",.". (Hans Ginzel, closes #1226)
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 ef2dd826bb..6a57d8a93b 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -1312,6 +1312,7 @@ static digr_T digraphdefault[] =
{'/', '-', 0x2020},
{'/', '=', 0x2021},
{'.', '.', 0x2025},
+ {',', '.', 0x2026},
{'%', '0', 0x2030},
{'1', '\'', 0x2032},
{'2', '\'', 0x2033},