Теперь русский перевод интерфейса доступен в сборке.
Страница загрузки
Другие улучшения и исправления здесь.
Страница загрузки
Другие улучшения и исправления здесь.
О свободном ПО и картах
Settings -> Language
(или в меню File -> Settings
). Из списка выбрать Use translation file...
Выбрать скачанный файл.set spell spelllang=ru,en_us
set nospell
menu Spell.off :setlocal spell spelllang=<CR<:setlocal nospell<CR>
menu Spell.Russian+English :setlocal spell spelllang=ru,en_us<CR>
menu Spell.Russian :setlocal spell spelllang=ru<CR>
menu Spell.English :setlocal spell spelllang=en_us<CR>
menu Spell.-SpellControl- :
menu Spell.Word\ Suggest<TAB>z= z=
menu Spell.Add\ To\ Dictionary<TAB>zg zg
menu Spell.Add\ To\ TemporaryDictionary<TAB>zG zG
menu Spell.Remove\ From\ Dictionary<TAB>zw zw
menu Spell.Remove\ From\ Temporary\ Dictionary<TAB>zW zW
menu Spell.Previous\ Wrong\ Word<TAB>[s [s
menu Spell.Next\ Wrong\ Word<TAB>]s ]s
map :emenu Spell.<TAB>
set filetype=xml
syn region xmlString contained start=+"+ end=+"+ contains=xmlEntity,@NoSpell display
syn region xmlString contained start=+'+ end=+'+ contains=xmlEntity,@NoSpell display
syn region xmlTranslation
\ start=+<translation>+
\ end=+</translation>+
\ matchgroup=xmlEndTag end=+/>+
\ fold
\ contains=xmlTag,xmlEndTag,xmlCdata,xmlRegion,xmlComment,xmlEntity,xmlProcessing,@xmlRegionHook,@Spell
\ display
\ keepend
\ extend
au BufRead,BufNewFile *.ts set filetype=ts