diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-27 17:03:13 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-27 17:03:13 +0000 |
commit | a1a0a654fc41266e1a22be1b70f46549ff5da3ee (patch) | |
tree | e93afd2c6a95509e8d2bac72dc0f5888496a1e26 | |
parent | 35f2607355108d834e94c01d802ab9c1473e108a (diff) |
Add a note about installing spell files for Vim in a language other than English.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/vim.xml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2a88e5800..a0d92952d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>May 27, 2006</para> <itemizedlist> <listitem> + <para>[jhuntwork] - Add a note about installing spell files for + Vim in a language other than English.</para> + </listitem> + <listitem> <para>[jhuntwork] - Correct Vim's installation of man pages to work well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para> </listitem> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 8df377976..245f421d5 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -183,6 +183,12 @@ EOF</userinput></screen> <screen role="nodump"><userinput>vim -c ':options'</userinput></screen> + <note> + <para>By default, Vim only installs spell files for the English language. + To install spell files for your preferred language, please read the README + file located here: <ulink url="ftp://ftp.vim.org/pub/vim/runtime/spell/" /></para> + </note> + </sect2> <sect2 id="contents-vim" role="content"> |