eo :spell dict

This commit is contained in:
Hunter Haugen 2010-07-12 09:57:28 -07:00
parent 51232f2f1d
commit 50a420ba12
2 changed files with 3 additions and 2 deletions

BIN
.vim/spell/eo.utf-8.spl Normal file

Binary file not shown.

5
.vimrc
View file

@ -1024,8 +1024,9 @@ nmap <leader>cup <Plug>CVSUpdate
nmap <leader>cdiff <Plug>CVSDiff
" Spell
let spell_executable = "aspell"
let spell_language_list = "spanish,english"
"let spell_executable = "aspell"
"let spell_language_list = "spanish,english"
set spelllang=en_us,eo
" Comentiffy
let g:EnhCommentifyMultiPartBlocks = 'yes'