Skip to content
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
4 changes: 2 additions & 2 deletions doc/various.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
*various.txt* For Vim バージョン 9.1. Last change: 2024 Oct 05


VIM リファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -71,7 +71,7 @@ ga カーソル位置の文字の文字コードを、10/16/8 進数で表示

文字がダイグラフとして入力されている場合、その文字を生
成するために使用できる 2 文字も出力します:
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
これは、ö を入力するために CTRL-K o : とタイプすればよ
いことを意味しています。

Expand Down
4 changes: 2 additions & 2 deletions en/various.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*various.txt* For Vim version 9.1. Last change: 2024 Jul 17
*various.txt* For Vim version 9.1. Last change: 2024 Oct 05


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -71,7 +71,7 @@ ga Print the ascii value of the character under the
If the character can be inserted as a digraph, also
output the two characters that can be used to create
the character:
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
<ö> 246, Hex 00f6, Oct 366, Digr o: ~
This shows you can type CTRL-K o : to insert ö.

*g8*
Expand Down