Skip to content

Commit

Permalink
Merge pull request #1344 from vim-jp/hh-update-digraph
Browse files Browse the repository at this point in the history
Update digraph.{txt,jax}
  • Loading branch information
h-east authored Oct 25, 2023
2 parents f31998c + 8c7ae49 commit 41685a6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
9 changes: 8 additions & 1 deletion doc/digraph.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim バージョン 9.0. Last change: 2023 Mar 21
*digraph.txt* For Vim バージョン 9.0. Last change: 2023 Oct 20


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

QUADRUPLE PRIME

4' を使った 4 重プライムは 2023 年に追加された。これは RFC 1345 の一部ではない
が、1'、2'、3' のダイグラフを使った PRIME、DOUBLE PRIME、TRIPLE PRIME のダイグ
ラフが既に存在するので、既存のダイグラフの実装を補足するものである。

*digraph-table*
char digraph hex dec official name ~
^@ NU 0x00 0 NULL (NUL)
Expand Down Expand Up @@ -926,6 +932,7 @@ char digraph hex dec official name ~
′ 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
Expand Down
10 changes: 9 additions & 1 deletion en/digraph.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 9.0. Last change: 2023 Mar 21
*digraph.txt* For Vim version 9.0. Last change: 2023 Oct 20


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -174,6 +174,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*
char digraph hex dec official name ~
^@ NU 0x00 0 NULL (NUL)
Expand Down Expand Up @@ -931,6 +938,7 @@ char digraph hex dec official name ~
′ 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
Expand Down

0 comments on commit 41685a6

Please sign in to comment.