diff --git a/doc/various.jax b/doc/various.jax index 3a7a9dd99..46c98a79f 100644 --- a/doc/various.jax +++ b/doc/various.jax @@ -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 @@ -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 : とタイプすればよ いことを意味しています。 diff --git a/en/various.txt b/en/various.txt index acd79914d..4c267941d 100644 --- a/en/various.txt +++ b/en/various.txt @@ -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 @@ -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*