From dc32fef63b8b9ec788ed392f1709dee0c6ee32e3 Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Fri, 14 May 2004 05:46:15 +0000 Subject: Several textual changes on Vim page git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf