mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Several textual changes on Vim page
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
40ebd44923
commit
dc32fef63b
@ -96,6 +96,9 @@ first a summary, then a detailed log.</para>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem><para>May 14th, 2004 [alexander]: Several textual changes on Vim
|
||||
page.</para></listitem>
|
||||
|
||||
<listitem><para>May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
|
||||
install any binaries that we don't need/want.</para></listitem>
|
||||
|
||||
|
@ -40,6 +40,12 @@ echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h</userinput><
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
|
||||
<para>The optional <userinput>--enable-multibyte</userinput> 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.</para>
|
||||
|
||||
<para>Compile the package:</para>
|
||||
|
||||
<screen><userinput>make</userinput></screen>
|
||||
@ -99,6 +105,11 @@ backspacing over line breaks, autoindents and the start of insert. The
|
||||
<emphasis>syntax on</emphasis> enables <command>vim</command>'s
|
||||
semantic coloring.</para>
|
||||
|
||||
<para>Documentation for other available options can be obtained by running
|
||||
the following command:</para>
|
||||
|
||||
<screen><userinput>vim -c ':options'</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
||||
@ -176,7 +187,9 @@ remote terminal.</para>
|
||||
|
||||
<indexterm zone="ch-system-vim vimspell.sh"><primary sortas="b-vimspell.sh">vimspell.sh</primary></indexterm>
|
||||
<para id="vimspell.sh"><command>vimspell.sh</command> is a script which spells a file and generates the syntax
|
||||
statements necessary to highlight in vim.</para>
|
||||
statements necessary to highlight in vim.
|
||||
This script requires the old Unix <command>spell</command> command,
|
||||
which is provided neither in LFS nor in BLFS.</para>
|
||||
|
||||
<indexterm zone="ch-system-vim vimtutor"><primary sortas="b-vimtutor">vimtutor</primary></indexterm>
|
||||
<para id="vimtutor"><command>vimtutor</command> teaches you the basic keys and commands
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "CVS-20040513">
|
||||
<!ENTITY releasedate "May 13, 2004">
|
||||
<!ENTITY version "CVS-20040514">
|
||||
<!ENTITY releasedate "May 14, 2004">
|
||||
<!ENTITY milestone "6.1">
|
||||
|
||||
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
|
||||
|
Loading…
Reference in New Issue
Block a user