l10n-russian.txt (2560B)
1 *l10n-russian.txt* Nvim 2 3 4 VIM REFERENCE MANUAL by Vassily Ragosin 5 6 7 Russian language localization and support in Vim *russian* *Russian* 8 9 Type |gO| to see the table of contents. 10 11 ============================================================================== 12 1. Introduction *russian-intro* 13 14 Russian language is supported perfectly well in Vim. You can type and view 15 Russian text just as any other, without the need to tweak the settings. 16 17 ============================================================================== 18 2. Russian keymaps *russian-keymap* 19 20 To switch between languages you can use your system native keyboard switcher, 21 or use one of the Russian keymaps, included in the Vim distribution. For 22 example, 23 > 24 :set keymap=russian-jcukenwin 25 < 26 In the latter case, you can switch between languages even if you do not have 27 system Russian keyboard or independently from a system-wide keyboard settings. 28 See 'keymap'. You can also map a key to switch between keyboards, if you 29 choose the latter option. See |:map|. 30 31 For your convenience, to avoid switching between keyboards, when you need to 32 enter Normal mode command, you can also set 'langmap' option: 33 > 34 :set langmap=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ, 35 фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz 36 37 You have to type this command in one line, it is wrapped for the sake of 38 readability. 39 40 ============================================================================== 41 3. Localization *russian-l18n* 42 43 If you wish to use messages, help files, menus and other items translated to 44 Russian, you will need to install the RuVim Language Pack, available in 45 different codepages from 46 47 https://www.sourceforge.net/projects/ruvim/ 48 49 After downloading an archive from RuVim project, unpack it into your 50 $VIMRUNTIME directory. We recommend using UTF-8 archive. 51 52 In order to use the Russian documentation, make sure you have set the 53 'helplang' option to "ru". 54 55 ============================================================================== 56 4. Known issues *russian-issues* 57 58 -- If you are using Russian message translations in Win32 console, then 59 you may see the output produced by "vim --help", "vim --version" commands 60 and Win32 console window title appearing in a wrong codepage. This problem 61 is related to a bug in GNU gettext library and may be fixed in the future 62 releases of gettext. 63 64 vim:tw=78:ts=8:noet:ft=help:norl: