diff --git a/etc/soft/vim/vim/spell/el.utf-8.spl b/etc/soft/vim/vim/spell/el.utf-8.spl new file mode 100644 index 0000000..8fa7c1a Binary files /dev/null and b/etc/soft/vim/vim/spell/el.utf-8.spl differ diff --git a/etc/soft/vim/vim/spell/ru.utf-8.add b/etc/soft/vim/vim/spell/ru.utf-8.add new file mode 100644 index 0000000..1abb928 --- /dev/null +++ b/etc/soft/vim/vim/spell/ru.utf-8.add @@ -0,0 +1,2 @@ +Из-за +из-за diff --git a/etc/soft/vim/vim/spell/ru.utf-8.add.spl b/etc/soft/vim/vim/spell/ru.utf-8.add.spl new file mode 100644 index 0000000..fd56ab4 Binary files /dev/null and b/etc/soft/vim/vim/spell/ru.utf-8.add.spl differ diff --git a/etc/soft/vim/vimrc b/etc/soft/vim/vimrc index aeac7dd..1526d31 100644 --- a/etc/soft/vim/vimrc +++ b/etc/soft/vim/vimrc @@ -196,8 +196,17 @@ set undoreload=10000" set background=dark colo wombat_converted " Цветовая схема +"Грамматические ошибки hi clear SpellBad -hi SpellBad cterm=underline,bold ctermfg=160 ctermbg=none +hi SpellBad cterm=bold ctermfg=160 ctermbg=none + +"Ошибки в заглавных буквах +hi clear SpellCap +hi SpellCap cterm=bold ctermfg=110 ctermbg=none + +"Стилистические ошибки +hi clear SpellLocal +hi SpellLocal cterm=bold ctermfg=120 ctermbg=none hi Todo ctermfg=black ctermbg=221 " Метки TODO @@ -358,10 +367,11 @@ set pastetoggle= " Проверка орфографии set wcm= -menu Spell.ru :set spell spelllang= :set spelllang=ru -menu Spell.ru,en :set spell spelllang= :set spelllang=ru,en -menu Spell.en :set spell spelllang= :set spelllang=en -menu Spell.off :set nospell +menu Spell.ru :setlocal spell:setlocal spelllang=:setlocal spelllang=ru +menu Spell.el :setlocal spell:setlocal spelllang=:setlocal spelllang=el +menu Spell.en :setlocal spell:setlocal spelllang=:setlocal spelllang=en +menu Spell.ru,en,el :setlocal spell:setlocal spelllang=:setlocal spelllang=ru,en,el +menu Spell.off :setlocal nospell map :emenu Spell. " Навигация по ошибкам