summaryrefslogtreecommitdiffstats
path: root/src/digraph.c
diff options
context:
space:
mode:
authorJonathan Wright <quaggy@gmail.com>2023-10-20 12:08:09 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-20 12:08:09 +0200
commit47416d1a7441f8c815438903e78ba0a2d877699e (patch)
treefd0967eb64c53fd9bb0f10fd401f9a5737168ccf /src/digraph.c
parentd4802ec48560b30d5a2fea243b05bd0f70364f7b (diff)
patch 9.0.2056: no digraph for quadruple primev9.0.2056
Problem: no digraph for quadruple prime Solution: add quadruple prime digraph using 4' closes: #13380 Signed-off-by: Jonathan Wright <quaggy@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Jonathan Wright <quaggy@gmail.com>
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 fb45c15248..0a4a4a3b41 100644
--- a/src/digraph.c
+++ b/src/digraph.c
@@ -853,6 +853,7 @@ static digr_T digraphdefault[] = {
{'1', '\'', 0x2032},
{'2', '\'', 0x2033},
{'3', '\'', 0x2034},
+ {'4', '\'', 0x2057},
{'1', '"', 0x2035},
{'2', '"', 0x2036},
{'3', '"', 0x2037},