Changeset 6c3fd4d for postlfs/editors


Ignore:
Timestamp:
06/17/2019 04:00:13 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.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:
1bc043ab
Parents:
f9b533a
Message:

vim-8.1.1535

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/editors/vim.xml

    rf9b533a r6c3fd4d  
    55  %general-entities;
    66
    7   <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
     7  <!-- only for initial releases of a new version
     8  <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">-->
     9  <!ENTITY vim-download-http "http://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
    810  <!ENTITY vim-download-ftp  " ">
    9   <!ENTITY vim-md5sum        "1739a1df312305155285f0cfa6118294">
    10   <!ENTITY vim-size          "10.7 MB">
    11   <!ENTITY vim-buildsize     "92 MB (Add 57 MB for tests)">
    12   <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY vim-md5sum        "95935d54145e03a1c5a499bb3712817d">
     12  <!ENTITY vim-size          "14.0 MB">
     13  <!ENTITY vim-buildsize     "201 MB">
     14  <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1315]>
    1416
     
    120122    <filename>test.out</filename> in <filename
    121123    class="directory">src/testdir</filename>, the remaining tests will still
    122     be executed. If all goes well,the final message in the log file will be
    123     <literal>ALL DONE</literal>. <emphasis>Note</emphasis>: Some color tests
     124    be executed. If all goes well,the log will report <literal>ALL DONE</literal>.
     125    <emphasis>Note</emphasis>: Some color tests
    124126    expect to be executed under the <command>xterm</command> terminal
    125127    emulator. Three tests are known to fail occasionally and can be ignored.</para>
Note: See TracChangeset for help on using the changeset viewer.