russian.txt 2.6 KB

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