From dc32fef63b8b9ec788ed392f1709dee0c6ee32e3 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Fri, 14 May 2004 05:46:15 +0000 Subject: [PATCH] Several textual changes on Vim page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/vim.xml | 15 ++++++++++++++- general.ent | 4 ++-- 3 files changed, 19 insertions(+), 3 deletions(-) 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 @@ - - + +