Ignore:
Timestamp:
05/30/2005 09:56:54 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
99b1c520
Parents:
e0d33ef
Message:

Removed excess spaces from the ends of lines in the source files

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4522 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    re0d33ef r3aa07d1  
    3636
    3737    <para>The default LFS instructions install <application>vim</application>
    38     as a part of the base system. If you would prefer to link 
    39     <application>vim</application> against <application>X</application>, 
    40     you should recompile <application>vim</application> to enable GUI mode. 
    41     There is no need for special instructions since 
     38    as a part of the base system. If you would prefer to link
     39    <application>vim</application> against <application>X</application>,
     40    you should recompile <application>vim</application> to enable GUI mode.
     41    There is no need for special instructions since
    4242    <application>X</application> support is automatically detected.</para>
    4343
     
    6767    <itemizedlist spacing='compact'>
    6868      <listitem>
    69         <para>Required patch: <ulink 
     69        <para>Required patch: <ulink
    7070        url="&patch-root;/vim-&vim-version;-security_fix-1.patch"/></para>
    7171      </listitem>
    7272      <listitem>
    73         <para>Translated Vim messages: <ulink 
     73        <para>Translated Vim messages: <ulink
    7474        url="http://ftp.at.vim.org/pub/vim/extra/vim-&vim-version;-lang.tar.gz"/>
    7575      </para>
     
    8383
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    85     <para><xref linkend="gtk2"/>, 
    86     <xref linkend="lesstif"/>, 
    87     <xref linkend="python"/>, 
    88     <xref linkend="tcl"/>, 
     85    <para><xref linkend="gtk2"/>,
     86    <xref linkend="lesstif"/>,
     87    <xref linkend="python"/>,
     88    <xref linkend="tcl"/>,
    8989    <xref linkend="ruby"/>
    9090    and <xref linkend="gpm"/></para>
     
    9696
    9797    <note>
    98       <para>If you recompile <application>Vim</application> to link against 
     98      <para>If you recompile <application>Vim</application> to link against
    9999      <application>X</application>, and your <application>X</application>
    100       libs are not on the root partition, you will no longer have an editor 
    101       for use in emergencies. You may choose to install an additional editor, 
    102       not link <application>Vim</application> against 
     100      libs are not on the root partition, you will no longer have an editor
     101      for use in emergencies. You may choose to install an additional editor,
     102      not link <application>Vim</application> against
    103103      <application>X</application>, or move the current <command>vim</command>
    104       executable to the <filename class="directory">/bin</filename> directory 
     104      executable to the <filename class="directory">/bin</filename> directory
    105105      under a different name such as <filename>vi</filename>.</para>
    106106    </note>
     
    128128    <title>Command Explanations</title>
    129129
    130     <para><parameter>--with-features=huge</parameter>: This switch enables all 
     130    <para><parameter>--with-features=huge</parameter>: This switch enables all
    131131    the additional features available in <application>Vim</application>.</para>
    132132
    133     <para><option>--enable-gui=no</option>: If you prefer not to link 
     133    <para><option>--enable-gui=no</option>: If you prefer not to link
    134134    <application>Vim</application> against <application>X</application>, use
    135135    this switch.</para>
     
    140140    <title>Contents</title>
    141141
    142     <para>A list of the reinstalled files, along with their short 
    143     descriptions can be found at <ulink 
     142    <para>A list of the reinstalled files, along with their short
     143    descriptions can be found at <ulink
    144144    url="&lfs-root;/chapter06/vim.html#contents-vim"/>.</para>
    145145
Note: See TracChangeset for help on using the changeset viewer.