aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/vim.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/chapter08/vim.xml b/chapter08/vim.xml
index 2df2038dd..948650e34 100644
--- a/chapter08/vim.xml
+++ b/chapter08/vim.xml
@@ -167,11 +167,12 @@ EOF</userinput></screen>
<note>
<para>By default, vim only installs spell files for the English language.
- To install spell files for your preferred language, download the
- <filename>*.spl</filename> and optionally, the <filename>*.sug</filename>
- files for your language and character encoding from <ulink
- url="https://github.com/vim/vim/tree/master/runtime/spell/"/> and save
- them to <filename class='directory'>
+ To install spell files for your preferred language, copy the
+ <filename class='extension'>.spl</filename> and optionally, the
+ <filename class='extension'>.sug</filename> files for your language
+ and character encoding from
+ <filename class='directory'>runtime/spell</filename> into
+ <filename class='directory'>
/usr/share/&vim-docdir;/spell/</filename>.</para>
<para>To use these spell files, some configuration in
@@ -180,8 +181,8 @@ EOF</userinput></screen>
<screen><literal>set spelllang=en,ru
set spell</literal></screen>
- <para>For more information, see the appropriate README file located
- at the URL above.</para>
+ <para>For more information, see
+ <filename>runtime/spell/README.txt</filename>.</para>
</note>
</sect2>