aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-07-26 07:07:00 -0400
committerGitHub <noreply@github.com>2017-07-26 07:07:00 -0400
commit86f0cd7902bc232ea51b06b2c4dd4758a479b3b4 (patch)
treeee875a305438ddc71da486cc5183e144e24b8eed /src/nvim/digraph.c
parent6e83db479ca5d03f29bf92fe49735eba5339b75e (diff)
parentd94e39a517d5ccf895c6f1b95bfb621954f3bbec (diff)
downloadrneovim-86f0cd7902bc232ea51b06b2c4dd4758a479b3b4.tar.gz
rneovim-86f0cd7902bc232ea51b06b2c4dd4758a479b3b4.tar.bz2
rneovim-86f0cd7902bc232ea51b06b2c4dd4758a479b3b4.zip
Merge pull request #7070 from jbradaric/vim-8.0.0062
vim-patch:8.0.0062
Diffstat (limited to 'src/nvim/digraph.c')
-rw-r--r--src/nvim/digraph.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/digraph.c b/src/nvim/digraph.c
index 32e71f61f7..bfb1b94738 100644
--- a/src/nvim/digraph.c
+++ b/src/nvim/digraph.c
@@ -793,6 +793,7 @@ static digr_T digraphdefault[] =
{ '/', '-', 0x2020 },
{ '/', '=', 0x2021 },
{ '.', '.', 0x2025 },
+ { ',', '.', 0x2026 },
{ '%', '0', 0x2030 },
{ '1', '\'', 0x2032 },
{ '2', '\'', 0x2033 },