Ignore:
Timestamp:
06/17/2004 10:08:59 PM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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:
f2bd7b26
Parents:
785b956
Message:

updated to vim-6.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r785b956 r9efc5d6  
    77  <!ENTITY vim-download-http "http://ftp.at.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    88  <!ENTITY vim-download-ftp  "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
    9   <!ENTITY vim-size          "3.2 MB">
    10   <!ENTITY vim-buildsize     "46 MB">
     9  <!ENTITY vim-size          "3.7 MB">
     10  <!ENTITY vim-buildsize     "48 MB">
    1111  <!ENTITY vim-time          "0.59 SBU">
    1212]>
     
    1717
    1818<sect2>
     19<title>Introduction to <application>Vim</application></title>
     20
     21<para>The <application>Vim</application> package, which is an
     22abbreviation for VI IMproved, contains a <command>vi</command>
     23clone with extra features as compared to the original
     24<command>vi</command>.</para>
     25
     26<para>The default <acronym>LFS</acronym> instructions install
     27<application>vim</application> as a part of the base system.
     28If you would prefer to link <application>vim</application>
     29against <application>X</application>, you should recompile
     30<application>vim</application> to enable <acronym>GUI</acronym>
     31mode. There is no need for special instructions since
     32<application>X</application> support is automatically detected.
     33</para>
     34
     35<sect3><title>Package information</title>
     36<itemizedlist spacing='compact'>
     37<listitem><para>Download (HTTP): <ulink
     38url="&vim-download-http;"/></para></listitem>
     39<listitem><para>Download (FTP): <ulink
     40url="&vim-download-ftp;"/></para></listitem>
     41<listitem><para>Download size: &vim-size;</para></listitem>
     42<listitem><para>Estimated Disk space required:
     43&vim-buildsize;</para></listitem>
     44<listitem><para>Estimated build time:
     45&vim-time;</para></listitem></itemizedlist>
     46</sect3>
     47
     48<sect3><title><application>Vim</application> dependencies</title>
     49<sect4><title>Recommended</title>
     50<para><application>X</application>
     51(<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     52</sect4>
     53
     54<sect4><title>Optional</title>
     55<para><xref linkend="GTK2"/>,
     56<xref linkend="lesstif"/>,
     57<xref linkend="Python"/>,
     58<xref linkend="tcl"/>,
     59<xref linkend="ruby"/>
     60and <xref linkend="gpm"/>
     61</para></sect4>
     62</sect3>
     63
     64</sect2>
     65
     66<sect2>
    1967<title>Installation of <application>Vim</application></title>
    2068
    2169<note><para>If you recompile vim to link against <application>X</application>,
    22 and your X libs are not on the root partition, you will no longer have
    23 an editor for use in emergencies. You may choose to install an additional editor,
    24 not link vim against X, or move the current <command>vim</command> executable to the
    25 <filename>/bin</filename> directory under a different name such as <filename>vi</filename>.</para></note>
     70and your <application>X</application> libs are not on the root partition, you
     71will no longer have an editor for use in emergencies. You may choose to
     72install an additional editor, not link vim against X, or move the current
     73<command>vim</command> executable to the <filename>/bin</filename> directory
     74under a different name such as <filename>vi</filename>.</para></note>
    2675
    2776<para>Install <application>Vim</application> by running the following commands:</para>
     
    3988<title>Command explanations</title>
    4089
    41 <para><parameter>--with-features=huge</parameter>: This switch enables all the additional
    42 features available in <application>Vim</application>.</para>
     90<para><parameter>--with-features=huge</parameter>: This switch enables all
     91the additional features available in <application>Vim</application>.</para>
    4392
    44 <para><parameter>--enable-gui=no</parameter>: If you prefer not to link vim against X, use
     93<para><parameter>--enable-gui=no</parameter>: If you prefer not to link
     94<application>Vim</application> against <application>X</application>, use
    4595this switch.</para>
    4696
     
    62112<command>vim</command> and  start <command>vim</command> with different
    63113options. <command>vimtutor</command> is a tool to  learn the various
    64 <command>vim</command> commands and <command>xxd</command> is a command used to create hex dumps.</para>
     114<command>vim</command> commands and <command>xxd</command> is a command used
     115to create hex dumps.</para>
    65116
    66117</sect2>
Note: See TracChangeset for help on using the changeset viewer.