-*russian.txt* For Vim version 9.1. Last change: 2025 Nov 09
+*russian.txt* For Vim version 9.1. Last change: 2026 Jan 25
VIM REFERENCE MANUAL by Vassily Ragosin
3. Localization |russian-l18n|
4. Known issues |russian-issues|
-===============================================================================
+==============================================================================
1. Introduction *russian-intro*
Russian language is supported perfectly well in Vim. You can type and view
Russian text just as any other, without the need to tweak the settings.
-===============================================================================
+==============================================================================
2. Russian keymaps *russian-keymap*
To switch between languages you can use your system native keyboard switcher,
You have to type this command in one line, it is wrapped for the sake of
readability.
-===============================================================================
+==============================================================================
3. Localization *russian-l18n*
If you wish to use messages, help files, menus and other items translated to
In order to use the Russian documentation, make sure you have set the
'helplang' option to "ru".
-===============================================================================
+==============================================================================
4. Known issues *russian-issues*
-- If you are using Russian message translations in Win32 console, then
is related to a bug in GNU gettext library and may be fixed in the future
releases of gettext.
-===============================================================================
+==============================================================================
vim:tw=78:ts=8:noet:ft=help:norl:
-*vietnamese.txt* For Vim version 9.1. Last change: 2025 Nov 09
+*vietnamese.txt* For Vim version 9.1. Last change: 2026 Jan 25
VIM REFERENCE MANUAL by Phạm Bình An
2. Vietnamese keymaps |vietnamese-keymap|
3. Localization |vietnamese-l10n|
-===============================================================================
+==============================================================================
1. Introduction
*vietnamese-intro*
Vim supports Vietnamese language in the following ways:
in |Insert-mode| and |search-commands| using US keyboard layout.
- Localization in Vietnamese. See |vietnamese-l10n|
-===============================================================================
+==============================================================================
2. Vietnamese keymaps
*vietnamese-keymap*
To switch between languages you can use your system native keyboard switcher,
features of the corresponding input methods. The differences are described
below:
-- You can only type each character individually, entering the base letter first
- and then the diacritics later. For example, to type the word `nến` using
- |vietnamese-vni_utf-8|, you must type `ne61n`, not `nen61` or `ne6n1`
-- For characters with more than 1 diacritic, you need to type vowel mark before
- tone mark. For example, to type `ồ` using |vietnamese-telex_utf-8|, you need
- to type `oof`, not `ofo`.
+- You can only type each character individually, entering the base letter
+ first and then the diacritics later. For example, to type the word `nến`
+ using |vietnamese-vni_utf-8|, you must type `ne61n`, not `nen61` or `ne6n1`
+- For characters with more than 1 diacritic, you need to type vowel mark
+ before tone mark. For example, to type `ồ` using |vietnamese-telex_utf-8|, you
+ need to type `oof`, not `ofo`.
- With |vietnamese-telex_utf-8|, you need to type all uppercase letters to
produce uppercase characters with diacritics. For example, `Ừ` must be typed
as `UWF`.
supported.
- Removing diacritics using `z` in Telex or `0` in VNI and VIQR is not supported.
-===============================================================================
+==============================================================================
3. Localization
*vietnamese-l10n*
Vim |messages| are also available in Vietnamese. If you wish to see messages
run the following command in terminal: >
vimtutor vi
<
-===============================================================================
+==============================================================================
vim:tw=78:ts=8:noet:ft=help:norl: