Skip to content

Commit

Permalink
Merge pull request #1940 from h-east/update-digraph
Browse files Browse the repository at this point in the history
Update digraph.{txt,jax}
  • Loading branch information
h-east authored Feb 3, 2025
2 parents acac39d + 0a069d7 commit 36f28e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions doc/digraph.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim バージョン 9.1. Last change: 2023 Oct 20
*digraph.txt* For Vim バージョン 9.1. Last change: 2025 Feb 02


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

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

char name char meaning ~
Exclamation mark ! Grave
Expand Down Expand Up @@ -1069,6 +1069,7 @@ char digraph hex dec official name ~
≅ ?= 2245 8773 APPROXIMATELY EQUAL TO
≈ ?2 2248 8776 ALMOST EQUAL TO
≌ =? 224C 8780 ALL EQUAL TO
≐ .= 2250 8784 APPROACHES THE LIMIT
≓ HI 2253 8787 IMAGE OF OR APPROXIMATELY EQUAL TO
≠ != 2260 8800 NOT EQUAL TO
≡ =3 2261 8801 IDENTICAL TO
Expand Down
7 changes: 4 additions & 3 deletions en/digraph.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*digraph.txt* For Vim version 9.1. Last change: 2023 Oct 20
*digraph.txt* For Vim version 9.1. Last change: 2025 Feb 02


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -125,8 +125,8 @@ see them.

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

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

0 comments on commit 36f28e5

Please sign in to comment.