0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.2056: no digraph for quadruple prime

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>
This commit is contained in:
Jonathan Wright
2023-10-20 12:08:09 +02:00
committed by Christian Brabandt
parent d4802ec485
commit 47416d1a74
4 changed files with 15 additions and 1 deletions

View File

@@ -853,6 +853,7 @@ static digr_T digraphdefault[] = {
{'1', '\'', 0x2032},
{'2', '\'', 0x2033},
{'3', '\'', 0x2034},
{'4', '\'', 0x2057},
{'1', '"', 0x2035},
{'2', '"', 0x2036},
{'3', '"', 0x2037},