Author: bdubbs
Date: 2006-07-30 15:08:11 -0600 (Sun, 30 Jul 2006)
New Revision: 7717
Modified:
branches/6.2/BOOK/chapter01/changelog.xml
branches/6.2/BOOK/chapter06/vim.xml
branches/6.2/BOOK/general.ent
Log:
Expanded the note in vim to better explain spell files
Modified: branches/6.2/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.2/BOOK/chapter01/changelog.xml 2006-07-30 19:30:21 UTC (rev
7716)
+++ branches/6.2/BOOK/chapter01/changelog.xml 2006-07-30 21:08:11 UTC (rev
7717)
@@ -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>
Modified: branches/6.2/BOOK/chapter06/vim.xml
===================================================================
--- branches/6.2/BOOK/chapter06/vim.xml 2006-07-30 19:30:21 UTC (rev 7716)
+++ branches/6.2/BOOK/chapter06/vim.xml 2006-07-30 21:08:11 UTC (rev 7717)
@@ -187,9 +187,23 @@
<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>
Modified: branches/6.2/BOOK/general.ent
===================================================================
--- branches/6.2/BOOK/general.ent 2006-07-30 19:30:21 UTC (rev 7716)
+++ branches/6.2/BOOK/general.ent 2006-07-30 21:08:11 UTC (rev 7717)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page