diff options
author | Teddy Wing | 2016-08-28 15:58:31 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-28 15:58:31 -0400 |
commit | d3c0a50477970bb8bd560d499fcf12305b4a7892 (patch) | |
tree | bc06bafe65defc310df509c09791b287429f9bc7 | |
parent | df46971c4e26d0bba4a51ef77b581822142b1131 (diff) | |
download | dotvim-d3c0a50477970bb8bd560d499fcf12305b4a7892.tar.bz2 |
Add English spell files
Whenever I tried to change my 'spelllang' to French, I would get an
error.
:set spelllang=fr
:set spell
resulted in:
E763: Word characters differ between spell files
These posts explain the issue:
http://stackoverflow.com/questions/14802136/word-characters-differ-between-spell-files-e763#14803439
https://groups.google.com/forum/#!topic/vim_dev/7HTs6kIKnPQ/discussion
The problem stems from the English spellfiles Vim was using. Since I use
the system Vim installed on Mac OS X 10.8.5, the spellfiles were out of
date and caused the error.
To fix the error, I've downloaded the latest (as of today) English
spellfiles into my `.vim`. Vim will use these instead of the system
spellfiles.
In order to download these new spellfiles, I followed these steps:
$ cd $VIMRUNTIME
$ sudo chmod 000 spell/
$ vim
: set spell
: " Follow the download prompts
: quit
$ sudo chmod 755 spell/
-rw-r--r-- | spell/en.utf-8.spl | bin | 0 -> 609337 bytes |
-rw-r--r-- | spell/en.utf-8.sug | bin | 0 -> 596961 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/spell/en.utf-8.spl b/spell/en.utf-8.spl Binary files differnew file mode 100644 index 0000000..83b9b8f --- /dev/null +++ b/spell/en.utf-8.spl diff --git a/spell/en.utf-8.sug b/spell/en.utf-8.sug Binary files differnew file mode 100644 index 0000000..bbdf36a --- /dev/null +++ b/spell/en.utf-8.sug |