diff options
author | brianhuster <phambinhanctb2004@gmail.com> | 2024-12-07 22:28:18 +0700 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-12-08 08:46:33 +0800 |
commit | 99a24d511ff81138f25e6c57cc7fcc8e45d35bb8 (patch) | |
tree | 41f3a0900b8d81f377ecb918106c6f0bac78989e | |
parent | 5549115beeaec67b58ea67e8dca316e0a8782d4c (diff) | |
download | rneovim-99a24d511ff81138f25e6c57cc7fcc8e45d35bb8.tar.gz rneovim-99a24d511ff81138f25e6c57cc7fcc8e45d35bb8.tar.bz2 rneovim-99a24d511ff81138f25e6c57cc7fcc8e45d35bb8.zip |
vim-patch:8a52587: runtime(doc): fix wrong syntax and style of vietnamese.txt
https://github.com/vim/vim/commit/8a52587ee05a360cad4d42322200775fc74a4430
vim-patch:72212c9: runtime(doc): update wrong Vietnamese localization tag
https://github.com/vim/vim/commit/72212c9bea77f14f1e6be703de3c10d70eb2984c
Co-authored-by: Christian Brabandt <cb@256bit.org>
-rw-r--r-- | runtime/doc/vietnamese.txt | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/runtime/doc/vietnamese.txt b/runtime/doc/vietnamese.txt index 4d46d1fa60..ed3fe9bc68 100644 --- a/runtime/doc/vietnamese.txt +++ b/runtime/doc/vietnamese.txt @@ -8,17 +8,15 @@ =============================================================================== 1. Introduction *vietnamese-intro* - Vim supports Vietnamese language in the following ways: - Built-in |vietnamese-keymap|, which allows you to type Vietnamese characters 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 *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 > @@ -37,7 +35,6 @@ Vim comes with the following Vietnamese keymaps: - *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: @@ -61,11 +58,10 @@ 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, > + *vietnamese-l10n* +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 |