mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Corrected vim option descriptions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5892 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
310648f2d3
commit
88a22769b0
@ -44,6 +44,9 @@
|
||||
<listitem>
|
||||
<para>April 19th, 2006</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[tushar] - Corrected vim option description.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Updated to iso-codes-0.50.</para>
|
||||
</listitem>
|
||||
|
@ -142,9 +142,14 @@ rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
|
||||
<para><parameter>--with-features=huge</parameter>: This switch enables all
|
||||
the additional features available in <application>Vim</application>.</para>
|
||||
|
||||
<para><option>--enable-gui=no --without-x</option>: If you prefer not to link
|
||||
<para><option>--enable-gui=no</option>: This will prevent compilation of the
|
||||
GUI. <application>Vim</application> will still link against
|
||||
<application>X</application> so that some nice eye-candy such as updating the
|
||||
title bar of an <application>Xterm</application> window are available.</para>
|
||||
|
||||
<para><option>--without-x</option>: If you prefer not to link
|
||||
<application>Vim</application> against <application>X</application>, use
|
||||
both these switches.</para>
|
||||
this switch.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user