Skip to content

Commit 1f62f0d

Browse files
committed
Update by original
1 parent 4da0f32 commit 1f62f0d

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

doc/vietnamese.jax

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vietnamese.txt* For Vim バージョン 9.1. Last change: 2024 Dec 02
1+
*vietnamese.txt* For Vim バージョン 9.1. Last change: 2024 Dec 04
22

33

44
VIMリファレンスマニュアル by Phạm Bình An
@@ -13,7 +13,6 @@ Vim でのベトナム語サポート *vietnamese* *Vietnamese*
1313
===============================================================================
1414
1. はじめに
1515
*vietnamese-intro*
16-
1716
Vim は、以下の方法でベトナム語をサポートしている:
1817

1918
- 組み込みの |vietnamese-keymap| により、US キーボードレイアウトを使用して
@@ -23,7 +22,6 @@ Vim は、以下の方法でベトナム語をサポートしている:
2322
===============================================================================
2423
2. ベトナム語のキーマップ
2524
*vietnamese-keymap*
26-
2725
言語を切り替えるには、システムネイティブのキーボードスイッチャーを使用するか、
2826
以下のように Vim ディストリビューションに含まれるベトナム語キーマップのいずれ
2927
かを使用する >
@@ -42,7 +40,6 @@ Vim には次のベトナム語キーマップが付属している:
4240
- *vietnamese-vni_utf-8* VNI インプットメソッド、|UTF-8| エンコード。
4341

4442
*vietnamese-ime_diff*
45-
4643
これらのキーマップは最小限に抑えるように設計されているため、対応するインプット
4744
メソッドのすべての機能をサポートしているわけではない。違いは以下のとおり:
4845

@@ -65,7 +62,6 @@ Vim には次のベトナム語キーマップが付属している:
6562
===============================================================================
6663
3. ローカライゼーション
6764
*vietnamese-l18n*
68-
6965
Vim の |messages| はベトナム語でも使用できる。メッセージをベトナム語で表示した
7066
い場合は、ベトナム語ロケールの名前を引数として |:language| コマンドを実行する。
7167
例えば、 >
@@ -78,7 +74,7 @@ Note ベトナム語ロケールの名前はシステムによって異なる場
7874

7975
|vimtutor| はベトナム語でも使用可能である。ベトナム語で Vimtutor を起動するに
8076
は、端末で次のコマンドを実行する: >
81-
sh vimtutor vi
77+
vimtutor vi
8278
<
8379
===============================================================================
8480
vim:tw=78:ts=8:noet:ft=help:norl:

en/vietnamese.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*vietnamese.txt* For Vim version 9.1. Last change: 2024 Dec 02
1+
*vietnamese.txt* For Vim version 9.1. Last change: 2024 Dec 04
22

33

44
VIM REFERENCE MANUAL by Phạm Bình An
@@ -13,7 +13,6 @@ Vietnamese language support in Vim *vietnamese* *Vietnamese*
1313
===============================================================================
1414
1. Introduction
1515
*vietnamese-intro*
16-
1716
Vim supports Vietnamese language in the following ways:
1817

1918
- Built-in |vietnamese-keymap|, which allows you to type Vietnamese characters
@@ -23,7 +22,6 @@ Vim supports Vietnamese language in the following ways:
2322
===============================================================================
2423
2. Vietnamese keymaps
2524
*vietnamese-keymap*
26-
2725
To switch between languages you can use your system native keyboard switcher,
2826
or use one of the Vietnamese keymaps included in the Vim distribution, like
2927
below >
@@ -42,7 +40,6 @@ Vim comes with the following Vietnamese keymaps:
4240
- *vietnamese-vni_utf-8* VNI input method, |UTF-8| encoding.
4341

4442
*vietnamese-ime_diff*
45-
4643
Since these keymaps were designed to be minimalistic, they do not support all
4744
features of the corresponding input methods. The differences are described
4845
below:
@@ -67,10 +64,9 @@ below:
6764
===============================================================================
6865
3. Localization
6966
*vietnamese-l18n*
70-
71-
Vim |messages| are also available in Vietnamese. If you wish to see messages in
72-
Vietnamese, you can run the command |:language| with an argument being the name
73-
of the Vietnamese locale. For example, >
67+
Vim |messages| are also available in Vietnamese. If you wish to see messages
68+
in Vietnamese, you can run the command |:language| with an argument being the
69+
name of the Vietnamese locale. For example, >
7470
:language vi_VN
7571
< or >
7672
:language vi_VN.utf-8
@@ -79,7 +75,7 @@ Note that the name of the Vietnamese locale may vary depending on your system.
7975
See |mbyte-first| for details.
8076

8177
|vimtutor| is also available in Vietnamese. To start Vimtutor in Vietnamese,
82-
run the following command in terminal: >sh
78+
run the following command in terminal: >
8379
vimtutor vi
8480
<
8581
===============================================================================

0 commit comments

Comments
 (0)