diff options
author | Christian Clason <c.clason@uni-graz.at> | 2023-10-20 12:18:17 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-10-20 13:03:36 +0200 |
commit | f4b896198fdd44f1994397a4e5d6475a2dcec05c (patch) | |
tree | 0034796fa5117a196e6759c53d5fe1a4449b39c1 /runtime/doc/digraph.txt | |
parent | 594ff34581907fed4956d4dc93c033dfdd5f7a69 (diff) | |
download | rneovim-f4b896198fdd44f1994397a4e5d6475a2dcec05c.tar.gz rneovim-f4b896198fdd44f1994397a4e5d6475a2dcec05c.tar.bz2 rneovim-f4b896198fdd44f1994397a4e5d6475a2dcec05c.zip |
vim-patch:9.0.2056: no digraph for quadruple prime
Problem: no digraph for quadruple prime
Solution: add quadruple prime digraph using 4'
closes: vim/vim#13380
https://github.com/vim/vim/commit/47416d1a7441f8c815438903e78ba0a2d877699e
Co-authored-by: Jonathan Wright <quaggy@gmail.com>
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r-- | runtime/doc/digraph.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index bd47f5ca2c..1e91e5e4b8 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -168,6 +168,13 @@ ROUBLE The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and =P for this. Note that R= and P= are other characters. +QUADRUPLE PRIME + +The quadruple prime using the digraph 4' was added in 2023. Although it is +not part of RFC 1345, it supplements the existing digraph implementation as +there already exist digraphs for PRIME, DOUBLE PRIME and TRIPLE PRIME using +the 1', 2' and 3' digraphs. + *digraph-table* *digraph-table-mbyte* > char digraph hex dec official name @@ -920,6 +927,7 @@ The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and ′ 1' 2032 8242 PRIME ″ 2' 2033 8243 DOUBLE PRIME ‴ 3' 2034 8244 TRIPLE PRIME + ⁗ 4' 2057 8279 QUADRUPLE PRIME ‵ 1" 2035 8245 REVERSED PRIME ‶ 2" 2036 8246 REVERSED DOUBLE PRIME ‷ 3" 2037 8247 REVERSED TRIPLE PRIME |