diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 8042572eb..32cf7da5d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,15 @@
-->
+
+ 2006-08-08
+
+
+ [dnicholson] - Minor text updates to the Vim page.
+
+
+
+
2006-08-05
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index c8b613b6a..db41ce00f 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -174,18 +174,18 @@ endif
" End /etc/vimrc
EOF
- The set nocompatible makes
+ The set nocompatible setting makes
vim behave in a more useful way (the default) than
the vi-compatible manner. Remove the no
to keep the
old vi behavior. The set
- backspace=2 allows backspacing over line breaks,
+ backspace=2 setting allows backspacing over line breaks,
autoindents, and the start of insert. The syntax
- on enables vim's syntax highlighting. Finally, the
- if statement with the set
- background=dark corrects vim's guess
- about the background color of some terminal emulators. This gives the
- highlighting a better color scheme for use on the black background of
- these programs.
+ on parameter enables vim's syntax highlighting. Finally,
+ the if statement with the set
+ background=dark setting corrects vim's
+ guess about the background color of some terminal emulators. This
+ gives the highlighting a better color scheme for use on the black
+ background of these programs.
Documentation for other available options can be obtained by
running the following command:
@@ -197,7 +197,7 @@ EOF
To install spell files for your preferred language, download the
*.spl and optionally, the *.sug
files for your language and character encoding from and and save them to
+ url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
/usr/share/vim/vim70/spell/.
To use these spell files, some configuration in
@@ -207,7 +207,7 @@ EOF
set spell
For more information, see the appropriate README file located
- at the the URL above.
+ at the URL above.
diff --git a/general.ent b/general.ent
index 1a5a0e43e..005d3525c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+