-*vietnamese.txt* For Vim version 9.1. Last change: 2024 Dec 02
+*vietnamese.txt* For Vim version 9.1. Last change: 2024 Dec 04
VIM REFERENCE MANUAL by Phạm Bình An
===============================================================================
1. Introduction
*vietnamese-intro*
-
Vim supports Vietnamese language in the following ways:
- Built-in |vietnamese-keymap|, which allows you to type Vietnamese characters
===============================================================================
2. Vietnamese keymaps
*vietnamese-keymap*
-
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
below >
- *vietnamese-vni_utf-8* VNI input method, |UTF-8| encoding.
*vietnamese-ime_diff*
-
Since these keymaps were designed to be minimalistic, they do not support all
features of the corresponding input methods. The differences are described
below:
===============================================================================
3. Localization
*vietnamese-l18n*
-
-Vim |messages| are also available in Vietnamese. If you wish to see messages in
-Vietnamese, you can run the command |:language| with an argument being the name
-of the Vietnamese locale. For example, >
+Vim |messages| are also available in Vietnamese. If you wish to see messages
+in Vietnamese, you can run the command |:language| with an argument being the
+name of the Vietnamese locale. For example, >
:language vi_VN
< or >
:language vi_VN.utf-8
See |mbyte-first| for details.
|vimtutor| is also available in Vietnamese. To start Vimtutor in Vietnamese,
-run the following command in terminal: >sh
+run the following command in terminal: >
vimtutor vi
<
===============================================================================