diff options
author | James McCoy <jamessan@jamessan.com> | 2017-07-26 07:07:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-26 07:07:00 -0400 |
commit | 86f0cd7902bc232ea51b06b2c4dd4758a479b3b4 (patch) | |
tree | ee875a305438ddc71da486cc5183e144e24b8eed /src/nvim/digraph.c | |
parent | 6e83db479ca5d03f29bf92fe49735eba5339b75e (diff) | |
parent | d94e39a517d5ccf895c6f1b95bfb621954f3bbec (diff) | |
download | rneovim-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.c | 1 |
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 }, |