Changeset 7e1a1f8 for chapter06/vim.xml


Ignore:
Timestamp:
08/15/2014 10:29:35 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e7848c3
Parents:
46d06d9
Message:

Merged trunk.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10691 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/vim.xml

    r46d06d9 r7e1a1f8  
    5151    <para>Prepare Vim for compilation:</para>
    5252
    53 <screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
    54 
    55     <variablelist>
    56       <title>The meaning of the configure options:</title>
    57 
    58       <varlistentry>
    59         <term><parameter>--enable-multibyte</parameter></term>
    60         <listitem>
    61           <para>This switch enables support for editing files in multibyte
    62           character encodings. This is needed if using a locale with a
    63           multibyte character set. This switch is also helpful to be able
    64           to edit text files initially created in Linux distributions like
    65           Fedora that use UTF-8 as a default character set.</para>
    66         </listitem>
    67       </varlistentry>
    68 
    69     </variablelist>
     53<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
    7054
    7155    <para>Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.