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:
Tushar Teredesai 2006-04-19 21:33:14 +00:00
parent 310648f2d3
commit 88a22769b0
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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>