Changeset ae44cab


Ignore:
Timestamp:
05/27/2020 04:55:01 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
21552cf
Parents:
f5d1ea6
Message:

Vim-8.2.0814

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf5d1ea6 rae44cab  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "05">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "May 26th, &year;">
     9<!ENTITY releasedate  "May 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf5d1ea6 rae44cab  
    4343    -->
    4444    <listitem>
     45      <para>May 27th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to vim-8.2.0814 to sync with lfs.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>May 26th, 2020</para>
    4655      <itemizedlist>
  • packages.ent

    rf5d1ea6 rae44cab  
    6868<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    6969<!ENTITY nano-version                 "4.9.3">
    70 <!ENTITY vim-version                  "8.2.0486">
     70<!ENTITY vim-version                  "8.2.0814">
    7171<!ENTITY vim-majmin                   "82">
    7272
  • postlfs/editors/vim.xml

    rf5d1ea6 rae44cab  
    99  <!ENTITY vim-download-http "&sources-anduin-http;/vim/vim-&vim-version;.tar.gz">
    1010  <!ENTITY vim-download-ftp  " ">
    11   <!ENTITY vim-md5sum        "b1b26d5b7ec294186702fb982b6d226c">
     11  <!ENTITY vim-md5sum        "02b8b91bd2a9a97879fc60616f4eb767">
    1212  <!ENTITY vim-size          "14 MB">
    13   <!ENTITY vim-buildsize     "111 MB (add 75 MB for tests)">
    14   <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 2.1 SBU for tests)">
     13  <!ENTITY vim-buildsize     "142 MB (add 67 MB for tests)">
     14  <!ENTITY vim-time          "0.3 SBU (with parallelism=4; add 1.9 SBU for tests)">
    1515]>
    1616
     
    145145make</userinput></screen>
    146146
    147     <para>
    148       To test the results, issue: <command>make test</command>.  The
    149       <application>vim</application> test suite outputs a lot of binary data
    150       to the screen, which can cause issues with the settings of the current
    151       terminal. This can be resolved by redirecting the output to a log file.
     147    <note>
     148      <para>
     149        If the global configuration file <filename>/etc/vimrc</filename>
     150        references the <envar>VIMRUNTIME</envar> environment variable, some
     151        tests may complain about being unable to find the corresponding
     152        directory and wait for user input. If this is the case, this file
     153        should be saved and removed before running the tests.
     154      </para>
     155    </note>
     156
     157    <para>
     158      To test the results, issue: <command>make -j1 test</command>.
    152159      Even if one of the tests fails to produce the file
    153160      <filename>test.out</filename> in <filename
    154161      class="directory">src/testdir</filename>, the remaining tests will
    155       still be executed. If all goes well,the log will report
    156       <literal>ALL DONE</literal>.  <emphasis>Note</emphasis>: Some color
    157       tests expect to be executed under the <command>xterm</command> terminal
    158       emulator. Three tests are known to fail occasionally and can be ignored.
    159     </para>
     162      still be executed. If all goes well, the log will report
     163      <literal>ALL DONE</literal>. Some tests labelled as
     164      <quote>flaky</quote> may fail occasionally and can be ignored.
     165    </para>
     166
     167    <note>
     168      <para>
     169        Some color tests expect to be executed under the
     170        <command>xterm</command> terminal emulator.
     171      </para>
     172    </note>
    160173
    161174    <para>
     
    257270
    258271    </sect3>
    259 
     272<!-- there are now desktop files shipped with the package
    260273    <sect3 id='vim-desktop'>
    261274      <title>Desktop File</title>
     
    283296
    284297    </sect3>
    285 
     298-->
    286299    <sect3 id='vim-init'>
    287300      <title>Configuration Information</title>
     
    289302      <para>
    290303        <application>Vim</application> has an integrated spell checker
    291         which you can enable it if you issue the following in a vim window:
     304        which you can enable by issuing the following in a vim window:
    292305      </para>
    293306
Note: See TracChangeset for help on using the changeset viewer.