Author: pierre
Date: Wed May 27 09:55:01 2020
New Revision: 23205
Log:
Vim-8.2.0814
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/packages.ent
trunk/BOOK/postlfs/editors/vim.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Tue May 26 10:30:00 2020 (r23204)
+++ trunk/BOOK/general.ent Wed May 27 09:55:01 2020 (r23205)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "26"> <!-- Always 2 digits -->
+<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "05"> <!-- Always 2 digits -->
<!ENTITY year "2020">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "May 26th, &year;">
+<!ENTITY releasedate "May 27th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Tue May 26 10:30:00
2020 (r23204)
+++ trunk/BOOK/introduction/welcome/changelog.xml Wed May 27 09:55:01
2020 (r23205)
@@ -42,6 +42,15 @@
</listitem>
-->
<listitem>
+ <para>May 27th, 2020</para>
+ <itemizedlist>
+ <listitem>
+ <para>[pierre] - Update to vim-8.2.0814 to sync with lfs.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>May 26th, 2020</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent Tue May 26 10:30:00 2020 (r23204)
+++ trunk/BOOK/packages.ent Wed May 27 09:55:01 2020 (r23205)
@@ -67,7 +67,7 @@
<!ENTITY joe-version "4.6">
<!ENTITY juffed-version "0.10.r71.gc3c1a3f">
<!ENTITY nano-version "4.9.3">
-<!ENTITY vim-version "8.2.0486">
+<!ENTITY vim-version "8.2.0814">
<!ENTITY vim-majmin "82">
<!-- Chapter 7 -->
Modified: trunk/BOOK/postlfs/editors/vim.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/vim.xml Tue May 26 10:30:00 2020 (r23204)
+++ trunk/BOOK/postlfs/editors/vim.xml Wed May 27 09:55:01 2020 (r23205)
@@ -8,10 +8,10 @@
<!ENTITY vim-download-http
"http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">-->
<!ENTITY vim-download-http
"&sources-anduin-http;/vim/vim-&vim-version;.tar.gz">
<!ENTITY vim-download-ftp " ">
- <!ENTITY vim-md5sum "b1b26d5b7ec294186702fb982b6d226c">
+ <!ENTITY vim-md5sum "02b8b91bd2a9a97879fc60616f4eb767">
<!ENTITY vim-size "14 MB">
- <!ENTITY vim-buildsize "111 MB (add 75 MB for tests)">
- <!ENTITY vim-time "0.3 SBU (Using parallelism=4; add 2.1 SBU for
tests)">
+ <!ENTITY vim-buildsize "142 MB (add 67 MB for tests)">
+ <!ENTITY vim-time "0.3 SBU (with parallelism=4; add 1.9 SBU for
tests)">
]>
<sect1 id="vim" xreflabel="Vim-&vim-version;">
@@ -144,20 +144,33 @@
--with-tlib=ncursesw &&
make</userinput></screen>
+ <note>
+ <para>
+ If the global configuration file <filename>/etc/vimrc</filename>
+ references the <envar>VIMRUNTIME</envar> environment variable, some
+ tests may complain about being unable to find the corresponding
+ directory and wait for user input. If this is the case, this file
+ should be saved and removed before running the tests.
+ </para>
+ </note>
+
<para>
- To test the results, issue: <command>make test</command>. The
- <application>vim</application> test suite outputs a lot of binary data
- to the screen, which can cause issues with the settings of the current
- terminal. This can be resolved by redirecting the output to a log file.
+ To test the results, issue: <command>make -j1 test</command>.
Even if one of the tests fails to produce the file
<filename>test.out</filename> in <filename
class="directory">src/testdir</filename>, the remaining tests will
- still be executed. If all goes well,the log will report
- <literal>ALL DONE</literal>. <emphasis>Note</emphasis>: Some color
- tests expect to be executed under the <command>xterm</command> terminal
- emulator. Three tests are known to fail occasionally and can be ignored.
+ still be executed. If all goes well, the log will report
+ <literal>ALL DONE</literal>. Some tests labelled as
+ <quote>flaky</quote> may fail occasionally and can be ignored.
</para>
+ <note>
+ <para>
+ Some color tests expect to be executed under the
+ <command>xterm</command> terminal emulator.
+ </para>
+ </note>
+
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
@@ -256,7 +269,7 @@
</indexterm>
</sect3>
-
+<!-- there are now desktop files shipped with the package
<sect3 id='vim-desktop'>
<title>Desktop File</title>
@@ -282,13 +295,13 @@
EOF</userinput></screen>
</sect3>
-
+-->
<sect3 id='vim-init'>
<title>Configuration Information</title>
<para>
<application>Vim</application> has an integrated spell checker
- which you can enable it if you issue the following in a vim window:
+ which you can enable by issuing the following in a vim window:
</para>
<screen><literal>:setlocal spell spelllang=ru</literal></screen>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page