Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update digraph.{txt,jax} #1940

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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