diff --git a/Makefile b/Makefile
index a861994c2..e61f05d5e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ XSLROOTDIR=/usr/share/xml/docbook/xsl-stylesheets-1.69.1
lfs:
xsltproc --xinclude --nonet -stringparam profile.condition html \
- -stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir $(BASEDIR)/ \
+ -stringparam chunk.quietly $(CHUNK_QUIET) -stringparam base.dir $(BASEDIR)/ \
stylesheets/lfs-chunked.xsl index.xml
if [ ! -e $(BASEDIR)/stylesheets ]; then \
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index df58d95fc..fe28cc68d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,9 @@
May 25, 2006
+
+ [jhuntwork] - Updated to Vim-7.0. Fixes #1793.
+
[jhuntwork] - Fixed generation of diff's man page.
Thanks Randy McMurchy for the report and Ken Moffat for the fix.
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index deac055e1..7edce3ec0 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -252,6 +252,9 @@
&udev-config;
+
+ &vim-fixes-patch;
+
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 2dc41d643..f4da82764 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -267,6 +267,14 @@
+
+ Vim Upstream Fixes Patch - &vim-fixes-patch-size;:
+
+ Download:
+ MD5 sum: &vim-fixes-patch-md5;
+
+
+
Total size of these patches: about
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index ff6a68314..0d2310815 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -46,7 +46,12 @@
First, unpack both
vim-&vim-version;.tar.bz2 and (optionally)
vim-&vim-version;-lang.tar.gz archives into the
- same directory. Then, change the default location of the
+ same directory. Then, patch Vim with several fixes from upstream
+ developers since the initial release of Vim-&vim-version;:
+
+patch -Np1 -i ../&vim-fixes-patch;
+
+ Next, change the default location of the
vimrc configuration file to /etc:
diff --git a/packages.ent b/packages.ent
index 17e89c2f4..78a8bb197 100644
--- a/packages.ent
+++ b/packages.ent
@@ -506,18 +506,18 @@
-
-
+
+
-
+
-
+
-
-
+
+
diff --git a/patches.ent b/patches.ent
index 169b2414b..06aab1c34 100644
--- a/patches.ent
+++ b/patches.ent
@@ -146,3 +146,7 @@
+
+
+
+