Skip to content

Commit 8c7ae49

Browse files
committed
Update digraph.{txt,jax}
1 parent c915c7c commit 8c7ae49

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/digraph.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim バージョン 9.0. Last change: 2023 Mar 21
1+
*digraph.txt* For Vim バージョン 9.0. Last change: 2023 Oct 20
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -169,6 +169,12 @@ Vimには標準のダイグラフキャラクタがある。それらを見る
169169
ルーブル記号は 2014 年に 0x20bd として追加された。Vim はダイグラフ =R と =P と
170170
してそれをサポートしている。Note: R= と P= は別の文字である。
171171

172+
QUADRUPLE PRIME
173+
174+
4' を使った 4 重プライムは 2023 年に追加された。これは RFC 1345 の一部ではない
175+
が、1'、2'、3' のダイグラフを使った PRIME、DOUBLE PRIME、TRIPLE PRIME のダイグ
176+
ラフが既に存在するので、既存のダイグラフの実装を補足するものである。
177+
172178
*digraph-table*
173179
char digraph hex dec official name ~
174180
^@ NU 0x00 0 NULL (NUL)
@@ -926,6 +932,7 @@ char digraph hex dec official name ~
926932
′ 1' 2032 8242 PRIME
927933
″ 2' 2033 8243 DOUBLE PRIME
928934
‴ 3' 2034 8244 TRIPLE PRIME
935+
⁗ 4' 2057 8279 QUADRUPLE PRIME
929936
‵ 1" 2035 8245 REVERSED PRIME
930937
‶ 2" 2036 8246 REVERSED DOUBLE PRIME
931938
‷ 3" 2037 8247 REVERSED TRIPLE PRIME

en/digraph.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim version 9.0. Last change: 2023 Mar 21
1+
*digraph.txt* For Vim version 9.0. Last change: 2023 Oct 20
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -174,6 +174,13 @@ ROUBLE
174174
The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and
175175
=P for this. Note that R= and P= are other characters.
176176

177+
QUADRUPLE PRIME
178+
179+
The quadruple prime using the digraph 4' was added in 2023. Although it is
180+
not part of RFC 1345, it supplements the existing digraph implementation as
181+
there already exist digraphs for PRIME, DOUBLE PRIME and TRIPLE PRIME using
182+
the 1', 2' and 3' digraphs.
183+
177184
*digraph-table*
178185
char digraph hex dec official name ~
179186
^@ NU 0x00 0 NULL (NUL)
@@ -931,6 +938,7 @@ char digraph hex dec official name ~
931938
′ 1' 2032 8242 PRIME
932939
″ 2' 2033 8243 DOUBLE PRIME
933940
‴ 3' 2034 8244 TRIPLE PRIME
941+
⁗ 4' 2057 8279 QUADRUPLE PRIME
934942
‵ 1" 2035 8245 REVERSED PRIME
935943
‶ 2" 2036 8246 REVERSED DOUBLE PRIME
936944
‷ 3" 2037 8247 REVERSED TRIPLE PRIME

0 commit comments

Comments
 (0)