Spanish spelling checker for MacVim?

落花浮王杯 提交于 2019-12-10 02:16:00

问题


How do I add the Spanish spell-checker for MacVim?

I read that this is a useful link, but apparently it is not working ... what should I do?


回答1:


I don't know about MacVim, however I just tested the following in vim 7.2 on Windows 7.

Set the spelling language to Spanish and switch on spell checking:

:set spelllang=es
:set spell

At this point Vim tells you:

Cannot find spell file for "es" in utf-8. Do you want me to try downloading it?

If you say yes, vim will download these two files into the $VIMRUNTIME/spell directory:

  • http://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.spl
  • http://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.sug


来源:https://stackoverflow.com/questions/16778016/spanish-spelling-checker-for-macvim

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!