Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    r85a581fd r3940f2f  
    99  <!ENTITY vim-download-http "&sources-anduin-http;/vim/vim-&vim-version;.tar.gz">
    1010  <!ENTITY vim-download-ftp  " ">
    11   <!ENTITY vim-md5sum        "e0325a4988b1b99b9c2e46fa853c1980">
     11  <!ENTITY vim-md5sum        "497890e1f563a65c6f7594c0b0f5c0b9">
    1212  <!ENTITY vim-size          "15 MB">
    13   <!ENTITY vim-buildsize     "109 MB (add 61 MB for tests)">
    14   <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 2.1 SBU for tests)">
     13  <!ENTITY vim-buildsize     "110 MB (add 71 MB for tests)">
     14  <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 1.3 SBU for tests)">
    1515]>
    1616
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    5556    </note>
    5657
    57     &lfs110a_checked;
     58    &lfs10_checked;
    5859
    5960    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103104      <xref linkend="gpm"/>,
    104105      <xref linkend="lua"/>,
    105 <!-- can use python3: don't advertise python2
    106106      <xref linkend="python2"/>,
    107 -->   <xref linkend="rsync"/>, and
    108       <xref linkend="ruby"/>
     107      <xref linkend="rsync"/> and
     108      <xref linkend="ruby"/><!-- , and
     109      <xref linkend="tcl"/> -->
    109110    </para>
    110111
     
    144145    <note>
    145146      <para>
    146         If you intend to run the tests and have not installed Xorg in /usr,
    147         append LDFLAGS='-L$XORG_PREFIX/lib' to the configure line below.
     147        If you intend to run the tests and have not installed Xorg in /usr, append
     148        LDFLAGS='-L$XORG_PROFIX/lib' to the configure line below.
    148149      </para>
    149150    </note>
     
    255256      <option>--enable-luainterp</option>,
    256257      <option>--enable-perlinterp</option>,
    257       <option>--enable-python3interp=dynamic</option>,
    258       <option>--enable-tclinterp --with-tclsh=tclsh</option>,
     258      <option>--enable-pythoninterp</option>,
     259      <option>--enable-tclinterp</option>,
    259260      <option>--enable-rubyinterp</option>:
    260       These options include the Lua, Perl, Python3, Tcl, or Ruby interpreters
    261       that allow using other application code in <application>vim</application>
    262       scripts. All the <option>--enable-...</option> options can accept
    263       <option>=dynamic</option> to dynamically load the interpreter when
    264       needed. This is required for <application>Python 3</application> to
    265       prevent segmentation faults. For <application>tcl</application>,
    266       it is necessary to indicate the name of the <command>tclsh</command>
    267       executable, since <command>configure</command> only searches versioned
    268       names with old versions.
     261      These options include the Lua, Perl, Python, Tcl, or Ruby interpreters that
     262      allow using other application code in <application>vim</application>
     263      scripts.
    269264    </para>
    270265
     
    376371    <para>
    377372      A list of the reinstalled files, along with their short
    378       descriptions can be found in the
    379       <ulink url="&lfs-root;/chapter08/vim.html#contents-vim">LFS Vim
    380       Installation Instructions</ulink>.
     373      descriptions can be found in the <ulink
     374      url="&lfs-root;/chapter08/vim.html#contents-vim">LFS Vim Installation
     375      Instructions</ulink>
    381376    </para>
    382377
     
    402397        <listitem>
    403398          <para>
    404             starts <command>gvim</command> in read-only mode
     399            starts <command>gvim</command> in read-only mode.
    405400          </para>
    406401          <indexterm zone="vim gview">
     
    415410          <para>
    416411            is the editor that runs under <application>X</application>
    417             and includes a GUI
     412            and includes a GUI.
    418413          </para>
    419414          <indexterm zone="vim gvim">
     
    428423          <para>
    429424            edits two or three versions of a file with
    430             <command>gvim</command> and shows the differences
     425            <command>gvim</command> and shows the differences.
    431426          </para>
    432427          <indexterm zone="vim gvimdiff">
     
    441436          <para>
    442437            teaches the basic keys and commands of
    443             <command>gvim</command>
     438            <command>gvim</command>.
    444439          </para>
    445440          <indexterm zone="vim gvimtutor">
     
    453448        <listitem>
    454449          <para>
    455             is a restricted version of <command>gview</command>
     450            is a restricted version of <command>gview</command>.
    456451          </para>
    457452          <indexterm zone="vim rgview">
     
    465460        <listitem>
    466461          <para>
    467             is a restricted version of <command>gvim</command>
     462            is a restricted version of <command>gvim</command>.
    468463          </para>
    469464          <indexterm zone="vim gvim">
Note: See TracChangeset for help on using the changeset viewer.