From 92e51a3bc16ee074c405708b505a39d79251d705 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Tue, 8 Aug 2006 03:24:41 +0000 Subject: Vim text updates git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7765 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 9 +++++++++ chapter06/vim.xml | 20 ++++++++++---------- general.ent | 4 ++-- 3 files changed, 21 insertions(+), 12 deletions(-) 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 @@ - - + + -- cgit v1.2.3-54-g00ecf