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.
+May 14th, 2004 [alexander]: Several textual changes on Vim
+page.
+
May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
install any binaries that we don't need/want.
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"' >> src/feature.h<
./configure --prefix=/usr --enable-multibyte
+The optional --enable-multibyte 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.
+
Compile the package:
make
@@ -99,6 +105,11 @@ backspacing over line breaks, autoindents and the start of insert. The
syntax on enables vim's
semantic coloring.
+Documentation for other available options can be obtained by running
+the following command:
+
+vim -c ':options'
+
@@ -176,7 +187,9 @@ remote terminal.
vimspell.sh
vimspell.sh is a script which spells a file and generates the syntax
-statements necessary to highlight in vim.
+statements necessary to highlight in vim.
+This script requires the old Unix spell command,
+which is provided neither in LFS nor in BLFS.
vimtutor
vimtutor 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 @@
-
-
+
+