mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:8a52587: runtime(doc): fix wrong syntax and style of vietnamese.txt
8a52587ee0
vim-patch:72212c9: runtime(doc): update wrong Vietnamese localization tag72212c9bea
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
5549115bee
commit
99a24d511f
@ -8,17 +8,15 @@
|
|||||||
===============================================================================
|
===============================================================================
|
||||||
1. Introduction
|
1. Introduction
|
||||||
*vietnamese-intro*
|
*vietnamese-intro*
|
||||||
|
|
||||||
Vim supports Vietnamese language in the following ways:
|
Vim supports Vietnamese language in the following ways:
|
||||||
|
|
||||||
- Built-in |vietnamese-keymap|, which allows you to type Vietnamese characters
|
- Built-in |vietnamese-keymap|, which allows you to type Vietnamese characters
|
||||||
in |Insert-mode| and |search-commands| using US keyboard layout.
|
in |Insert-mode| and |search-commands| using US keyboard layout.
|
||||||
- Localization in Vietnamese. See |vietnamese-l18n|
|
- Localization in Vietnamese. See |vietnamese-l10n|
|
||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
2. Vietnamese keymaps
|
2. Vietnamese keymaps
|
||||||
*vietnamese-keymap*
|
*vietnamese-keymap*
|
||||||
|
|
||||||
To switch between languages you can use your system native keyboard switcher,
|
To switch between languages you can use your system native keyboard switcher,
|
||||||
or use one of the Vietnamese keymaps included in the Vim distribution, like
|
or use one of the Vietnamese keymaps included in the Vim distribution, like
|
||||||
below >
|
below >
|
||||||
@ -37,7 +35,6 @@ Vim comes with the following Vietnamese keymaps:
|
|||||||
- *vietnamese-vni_utf-8* VNI input method, |UTF-8| encoding.
|
- *vietnamese-vni_utf-8* VNI input method, |UTF-8| encoding.
|
||||||
|
|
||||||
*vietnamese-ime_diff*
|
*vietnamese-ime_diff*
|
||||||
|
|
||||||
Since these keymaps were designed to be minimalistic, they do not support all
|
Since these keymaps were designed to be minimalistic, they do not support all
|
||||||
features of the corresponding input methods. The differences are described
|
features of the corresponding input methods. The differences are described
|
||||||
below:
|
below:
|
||||||
@ -61,11 +58,10 @@ below:
|
|||||||
|
|
||||||
===============================================================================
|
===============================================================================
|
||||||
3. Localization
|
3. Localization
|
||||||
*vietnamese-l18n*
|
*vietnamese-l10n*
|
||||||
|
Vim |messages| are also available in Vietnamese. If you wish to see messages
|
||||||
Vim |messages| are also available in Vietnamese. If you wish to see messages in
|
in Vietnamese, you can run the command |:language| with an argument being the
|
||||||
Vietnamese, you can run the command |:language| with an argument being the name
|
name of the Vietnamese locale. For example, >
|
||||||
of the Vietnamese locale. For example, >
|
|
||||||
:language vi_VN
|
:language vi_VN
|
||||||
< or >
|
< or >
|
||||||
:language vi_VN.utf-8
|
:language vi_VN.utf-8
|
||||||
|
Loading…
Reference in New Issue
Block a user