aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/vim.xml15
-rw-r--r--general.ent4
3 files changed, 19 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 09707a853..92bd5da86 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -96,6 +96,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>May 14th, 2004 [alexander]: Several textual changes on Vim
+page.</para></listitem>
+
<listitem><para>May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
install any binaries that we don't need/want.</para></listitem>
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index c2e2df4fe..288fdd99d 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -40,6 +40,12 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' &gt;&gt; src/feature.h</userinput><
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
+<para>The optional <userinput>--enable-multibyte</userinput> switch
+includes multibyte editing support into
+vim. It is only needed for those people who ignore our recommendation not to
+use LFS in locales with multibyte character sets, but it does not hurt
+others.</para>
+
<para>Compile the package:</para>
<screen><userinput>make</userinput></screen>
@@ -99,6 +105,11 @@ backspacing over line breaks, autoindents and the start of insert. The
<emphasis>syntax on</emphasis> enables <command>vim</command>'s
semantic coloring.</para>
+<para>Documentation for other available options can be obtained by running
+the following command:</para>
+
+<screen><userinput>vim -c ':options'</userinput></screen>
+
</sect2>
@@ -176,7 +187,9 @@ remote terminal.</para>
<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
<para id="vimspell.sh"><command>vimspell.sh</command> is a script which spells a file and generates the syntax
-statements necessary to highlight in vim.</para>
+statements necessary to highlight in vim.
+This script requires the old Unix <command>spell</command> command,
+which is provided neither in LFS nor in BLFS.</para>
<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
<para id="vimtutor"><command>vimtutor</command> teaches you the basic keys and commands
diff --git a/general.ent b/general.ent
index 85e7c5688..2c2c6c8bb 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-20040513">
-<!ENTITY releasedate "May 13, 2004">
+<!ENTITY version "CVS-20040514">
+<!ENTITY releasedate "May 14, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">