diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 21:08:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-30 21:08:11 +0000 |
commit | 5f91d6ef18121f9d11e64baee6bd7862ea61a1f0 (patch) | |
tree | a2bd01563ae35e65840695aeecd99beb382d1e02 | |
parent | 76f695dc8b28afa5f69956d6228e16ff320c46ba (diff) |
Expanded the note in vim to better explain spell files
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/vim.xml | 18 | ||||
-rw-r--r-- | general.ent | 2 |
3 files changed, 27 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7eecb5c21..e6e9fcc50 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>July 30, 2006</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Expanded the note in vim to better explain + spell files.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 29, 2006</para> <itemizedlist> <listitem> diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 4d67ad037..bb9daa256 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -187,9 +187,23 @@ 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> + 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="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and and save them to + <filename + class='directory'>/usr/share/vim/vim70/spell/</filename>.</para> + + <para>To use these spell files, some configuration in + <filename>/etc/vimrc</filename> is needed, e.g.:</para> + +<screen role="nodump"><userinput>set spelllang=en,ru +set spell</userinput></screen> + + <para>For more information, see the appropriate README file located + at the the URL above.</para> </note> </sect2> diff --git a/general.ent b/general.ent index 586896704..2ba2eef85 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "6.2-pre2"> +<!ENTITY version "6.2-pre3"> <!ENTITY releasedate "July 30, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |