Skip to content

Commit 36f28e5

Browse files
authored
Merge pull request #1940 from h-east/update-digraph
Update digraph.{txt,jax}
2 parents acac39d + 0a069d7 commit 36f28e5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/digraph.jax

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim バージョン 9.1. Last change: 2023 Oct 20
1+
*digraph.txt* For Vim バージョン 9.1. Last change: 2025 Feb 02
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -121,8 +121,8 @@ Vimには標準のダイグラフキャラクタがある。それらを見る
121121
確認すること。
122122

123123
ほとんどのシステムでVimは同じダイグラフを使う。それはUnicodeかISO-8859-1文字
124-
セットで使える。標準のダイグラフの出典はRFC1345である。覚えやすいように2番目の
125-
文字は標準的な意味を持っている
124+
セットで使える。標準のダイグラフの出典はRFC1345である (一部追加あり)。覚えやす
125+
いように2番目の文字は標準的な意味を持っている
126126

127127
char name char meaning ~
128128
Exclamation mark ! Grave
@@ -1069,6 +1069,7 @@ char digraph hex dec official name ~
10691069
≅ ?= 2245 8773 APPROXIMATELY EQUAL TO
10701070
≈ ?2 2248 8776 ALMOST EQUAL TO
10711071
≌ =? 224C 8780 ALL EQUAL TO
1072+
≐ .= 2250 8784 APPROACHES THE LIMIT
10721073
≓ HI 2253 8787 IMAGE OF OR APPROXIMATELY EQUAL TO
10731074
≠ != 2260 8800 NOT EQUAL TO
10741075
≡ =3 2261 8801 IDENTICAL TO

en/digraph.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*digraph.txt* For Vim version 9.1. Last change: 2023 Oct 20
1+
*digraph.txt* For Vim version 9.1. Last change: 2025 Feb 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -125,8 +125,8 @@ see them.
125125

126126
On most systems Vim uses the same digraphs. They work for the Unicode and
127127
ISO-8859-1 character sets. These default digraphs are taken from the RFC1345
128-
mnemonics. To make it easy to remember the mnemonic, the second character has
129-
a standard meaning:
128+
mnemonics (with some additions). To make it easy to remember the mnemonic,
129+
the second character has a standard meaning:
130130

131131
char name char meaning ~
132132
Exclamation mark ! Grave
@@ -1075,6 +1075,7 @@ char digraph hex dec official name ~
10751075
≅ ?= 2245 8773 APPROXIMATELY EQUAL TO
10761076
≈ ?2 2248 8776 ALMOST EQUAL TO
10771077
≌ =? 224C 8780 ALL EQUAL TO
1078+
≐ .= 2250 8784 APPROACHES THE LIMIT
10781079
≓ HI 2253 8787 IMAGE OF OR APPROXIMATELY EQUAL TO
10791080
≠ != 2260 8800 NOT EQUAL TO
10801081
≡ =3 2261 8801 IDENTICAL TO

0 commit comments

Comments
 (0)