diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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"> |