<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/spell, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>Add English spell files</title>
<updated>2016-08-28T19:58:31+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-28T19:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=d3c0a50477970bb8bd560d499fcf12305b4a7892'/>
<id>d3c0a50477970bb8bd560d499fcf12305b4a7892</id>
<content type='text'>
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/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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/
</pre>
</div>
</content>
</entry>
<entry>
<title>Add French spell files</title>
<updated>2016-08-17T04:05:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-08-17T04:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=df46971c4e26d0bba4a51ef77b581822142b1131'/>
<id>df46971c4e26d0bba4a51ef77b581822142b1131</id>
<content type='text'>
Official French Vim spell files. These have been sitting uncommitted in
my repository for many months. It's time to finally commit them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Official French Vim spell files. These have been sitting uncommitted in
my repository for many months. It's time to finally commit them.
</pre>
</div>
</content>
</entry>
</feed>
