File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
- *digraph.txt* For Vim バージョン 9.0. Last change: 2023 Mar 21
1
+ *digraph.txt* For Vim バージョン 9.0. Last change: 2023 Oct 20
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -169,6 +169,12 @@ Vimには標準のダイグラフキャラクタがある。それらを見る
169
169
ルーブル記号は 2014 年に 0x20bd として追加された。Vim はダイグラフ =R と =P と
170
170
してそれをサポートしている。Note: R= と P= は別の文字である。
171
171
172
+ QUADRUPLE PRIME
173
+
174
+ 4' を使った 4 重プライムは 2023 年に追加された。これは RFC 1345 の一部ではない
175
+ が、1'、2'、3' のダイグラフを使った PRIME、DOUBLE PRIME、TRIPLE PRIME のダイグ
176
+ ラフが既に存在するので、既存のダイグラフの実装を補足するものである。
177
+
172
178
*digraph-table*
173
179
char digraph hex dec official name ~
174
180
^@ NU 0x00 0 NULL (NUL)
@@ -926,6 +932,7 @@ char digraph hex dec official name ~
926
932
′ 1' 2032 8242 PRIME
927
933
″ 2' 2033 8243 DOUBLE PRIME
928
934
‴ 3' 2034 8244 TRIPLE PRIME
935
+ ⁗ 4' 2057 8279 QUADRUPLE PRIME
929
936
‵ 1" 2035 8245 REVERSED PRIME
930
937
‶ 2" 2036 8246 REVERSED DOUBLE PRIME
931
938
‷ 3" 2037 8247 REVERSED TRIPLE PRIME
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -174,6 +174,13 @@ ROUBLE
174
174
The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and
175
175
=P for this. Note that R= and P= are other characters.
176
176
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
+
177
184
*digraph-table*
178
185
char digraph hex dec official name ~
179
186
^@ NU 0x00 0 NULL (NUL)
@@ -931,6 +938,7 @@ char digraph hex dec official name ~
931
938
′ 1' 2032 8242 PRIME
932
939
″ 2' 2033 8243 DOUBLE PRIME
933
940
‴ 3' 2034 8244 TRIPLE PRIME
941
+ ⁗ 4' 2057 8279 QUADRUPLE PRIME
934
942
‵ 1" 2035 8245 REVERSED PRIME
935
943
‶ 2" 2036 8246 REVERSED DOUBLE PRIME
936
944
‷ 3" 2037 8247 REVERSED TRIPLE PRIME
You can’t perform that action at this time.
0 commit comments