Author: dnicholson
Date: 2006-08-07 21:24:41 -0600 (Mon, 07 Aug 2006)
New Revision: 7765

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/vim.xml
   trunk/BOOK/general.ent
Log:
Vim text updates


Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2006-08-05 10:12:47 UTC (rev 7764)
+++ trunk/BOOK/chapter01/changelog.xml  2006-08-08 03:24:41 UTC (rev 7765)
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>2006-08-08</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Minor text updates to the Vim page.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2006-08-05</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/chapter06/vim.xml
===================================================================
--- trunk/BOOK/chapter06/vim.xml        2006-08-05 10:12:47 UTC (rev 7764)
+++ trunk/BOOK/chapter06/vim.xml        2006-08-08 03:24:41 UTC (rev 7765)
@@ -174,18 +174,18 @@
 " End /etc/vimrc</literal>
 EOF</userinput></screen>
 
-    <para>The <parameter>set nocompatible</parameter> makes
+    <para>The <parameter>set nocompatible</parameter> setting makes
     <command>vim</command> behave in a more useful way (the default) than
     the vi-compatible manner. Remove the <quote>no</quote> to keep the
     old <command>vi</command> behavior. The <parameter>set
-    backspace=2</parameter> allows backspacing over line breaks,
+    backspace=2</parameter> setting allows backspacing over line breaks,
     autoindents, and the start of insert. The <parameter>syntax
-    on</parameter> enables vim's syntax highlighting. Finally, the
-    <emphasis>if</emphasis> statement with the <parameter>set
-    background=dark</parameter> corrects <command>vim</command>'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.</para>
+    on</parameter> parameter enables vim's syntax highlighting. Finally,
+    the <emphasis>if</emphasis> statement with the <parameter>set
+    background=dark</parameter> setting corrects <command>vim</command>'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.</para>
 
     <para>Documentation for other available options can be obtained by
     running the following command:</para>
@@ -197,7 +197,7 @@
       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
+      url="ftp://ftp.vim.org/pub/vim/runtime/spell/"/> and save them to
       <filename 
class='directory'>/usr/share/vim/vim70/spell/</filename>.</para>
 
       <para>To use these spell files, some configuration in
@@ -207,7 +207,7 @@
 set spell</literal></screen>
 
       <para>For more information, see the appropriate README file located
-      at the the URL above.</para>
+      at the URL above.</para>
     </note>
 
   </sect2>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-08-05 10:12:47 UTC (rev 7764)
+++ trunk/BOOK/general.ent      2006-08-08 03:24:41 UTC (rev 7765)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060805">
-<!ENTITY releasedate "August 5, 2006">
+<!ENTITY version "SVN-20060808">
+<!ENTITY releasedate "August 8, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- 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

Reply via email to