File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- *digraph.txt* For Vim バージョン 9.1. Last change: 2023 Oct 20
1
+ *digraph.txt* For Vim バージョン 9.1. Last change: 2025 Feb 02
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -121,8 +121,8 @@ Vimには標準のダイグラフキャラクタがある。それらを見る
121
121
確認すること。
122
122
123
123
ほとんどのシステムでVimは同じダイグラフを使う。それはUnicodeかISO-8859-1文字
124
- セットで使える。標準のダイグラフの出典はRFC1345である。覚えやすいように2番目の
125
- 文字は標準的な意味を持っている 。
124
+ セットで使える。標準のダイグラフの出典はRFC1345である (一部追加あり)。覚えやす
125
+ いように2番目の文字は標準的な意味を持っている 。
126
126
127
127
char name char meaning ~
128
128
Exclamation mark ! Grave
@@ -1069,6 +1069,7 @@ char digraph hex dec official name ~
1069
1069
≅ ?= 2245 8773 APPROXIMATELY EQUAL TO
1070
1070
≈ ?2 2248 8776 ALMOST EQUAL TO
1071
1071
≌ =? 224C 8780 ALL EQUAL TO
1072
+ ≐ .= 2250 8784 APPROACHES THE LIMIT
1072
1073
≓ HI 2253 8787 IMAGE OF OR APPROXIMATELY EQUAL TO
1073
1074
≠ != 2260 8800 NOT EQUAL TO
1074
1075
≡ =3 2261 8801 IDENTICAL TO
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -125,8 +125,8 @@ see them.
125
125
126
126
On most systems Vim uses the same digraphs. They work for the Unicode and
127
127
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:
130
130
131
131
char name char meaning ~
132
132
Exclamation mark ! Grave
@@ -1075,6 +1075,7 @@ char digraph hex dec official name ~
1075
1075
≅ ?= 2245 8773 APPROXIMATELY EQUAL TO
1076
1076
≈ ?2 2248 8776 ALMOST EQUAL TO
1077
1077
≌ =? 224C 8780 ALL EQUAL TO
1078
+ ≐ .= 2250 8784 APPROACHES THE LIMIT
1078
1079
≓ HI 2253 8787 IMAGE OF OR APPROXIMATELY EQUAL TO
1079
1080
≠ != 2260 8800 NOT EQUAL TO
1080
1081
≡ =3 2261 8801 IDENTICAL TO
You can’t perform that action at this time.
0 commit comments