File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- *mbyte.txt* For Vim バージョン 9.1. Last change: 2024 Jun 09
1
+ *mbyte.txt* For Vim バージョン 9.1. Last change: 2024 Jul 17
2
2
3
3
VIMリファレンスマニュアル by Bram Moolenaar et al.
4
4
@@ -1344,7 +1344,8 @@ Note: この項はGTK+ 2 GUIには当てはまらない。
1344
1344
1345
1345
☆UTF-8を入力する *utf-8-typing*
1346
1346
1347
- X-Windowを使っているなら、UTF-8をサポートしているインプットメソッド使用する。
1347
+ X-Window を使っている場合は、UTF-8 エンコーディングをサポートしているインプッ
1348
+ トメソッドを使用する。
1348
1349
1349
1350
システムがUTF-8の入力をサポートしていない場合でも、'keymap' を使って入力するこ
1350
1351
とができる。ASCII文字を複数入力することでUTF-8の文字を入力するようなキーマップ
Original file line number Diff line number Diff line change 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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -493,7 +493,7 @@ The GUI fully supports multibyte characters. It is also possible in a
493
493
terminal, if the terminal supports the same encoding that Vim uses. Thus this
494
494
is less flexible.
495
495
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
497
497
| XIM | . Examples are kterm (Kanji term) and hanterm (for Korean), Eterm
498
498
(Enlightened terminal) and rxvt.
499
499
@@ -1379,7 +1379,7 @@ Motif. Use the ":hi Menu font={fontname}" command for this. |:highlight|
1379
1379
TYPING UTF-8 *utf-8-typing*
1380
1380
1381
1381
If you are using X-Windows, you should find an input method that supports
1382
- UTF-8.
1382
+ the UTF-8 encoding .
1383
1383
1384
1384
If your system does not provide support for typing UTF-8, you can use the
1385
1385
'keymap' feature. This allows writing a keymap file, which defines a UTF-8
You can’t perform that action at this time.
0 commit comments