Skip to content

Commit d400235

Browse files
authored
Merge pull request #1631 from vim-jp/hh-update-mbyte
Update mbyte.{txt,jax}
2 parents 9565802 + 41432a3 commit d400235

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/mbyte.jax

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09
1+
*mbyte.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
22

33
VIMリファレンスマニュアル by Bram Moolenaar et al.
44

@@ -1344,7 +1344,8 @@ Note: この項はGTK+ 2 GUIには当てはまらない。
13441344

13451345
☆UTF-8を入力する *utf-8-typing*
13461346

1347-
X-Windowを使っているなら、UTF-8をサポートしているインプットメソッド使用する。
1347+
X-Window を使っている場合は、UTF-8 エンコーディングをサポートしているインプッ
1348+
トメソッドを使用する。
13481349

13491350
システムがUTF-8の入力をサポートしていない場合でも、'keymap' を使って入力するこ
13501351
とができる。ASCII文字を複数入力することでUTF-8の文字を入力するようなキーマップ

en/mbyte.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*mbyte.txt* For Vim version 9.1. Last change: 2024 Jun 09
1+
*mbyte.txt* For Vim version 9.1. Last change: 2024 Jul 17
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -493,7 +493,7 @@ The GUI fully supports multibyte characters. It is also possible in a
493493
terminal, if the terminal supports the same encoding that Vim uses. Thus this
494494
is less flexible.
495495

496-
For example, you can run Vim in a xterm with added multibyte support and/or
496+
For example, you can run Vim in an xterm with added multibyte support and/or
497497
|XIM|. Examples are kterm (Kanji term) and hanterm (for Korean), Eterm
498498
(Enlightened terminal) and rxvt.
499499

@@ -1379,7 +1379,7 @@ Motif. Use the ":hi Menu font={fontname}" command for this. |:highlight|
13791379
TYPING UTF-8 *utf-8-typing*
13801380

13811381
If you are using X-Windows, you should find an input method that supports
1382-
UTF-8.
1382+
the UTF-8 encoding.
13831383

13841384
If your system does not provide support for typing UTF-8, you can use the
13851385
'keymap' feature. This allows writing a keymap file, which defines a UTF-8

0 commit comments

Comments
 (0)