diff options
-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"> |