mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Update to vim-7.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
0c5d0027b8
commit
232779f8ad
@ -35,6 +35,15 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>2013-08-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to vim-7.4.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2013-08-02</para>
|
||||
<itemizedlist>
|
||||
|
@ -205,9 +205,9 @@
|
||||
<listitem>
|
||||
<para>Util-Linux &util-linux-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Vim &vim-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>XZ-Utils &xz-version;</para>
|
||||
</listitem>
|
||||
|
@ -43,13 +43,14 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Vim</title>
|
||||
|
||||
<!-- This location is now the default
|
||||
<para>First, change the default location of the
|
||||
<filename>vimrc</filename> configuration file to <filename
|
||||
class="directory">/etc</filename>:</para>
|
||||
|
||||
<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h</userinput></screen>
|
||||
|
||||
<para>Now prepare Vim for compilation:</para>
|
||||
-->
|
||||
<para>Prepare Vim for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20130805">
|
||||
<!ENTITY releasedate "August 5, 2013">
|
||||
<!ENTITY version "SVN-20130811">
|
||||
<!ENTITY releasedate "August 11, 2013">
|
||||
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.4">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
12
packages.ent
12
packages.ent
@ -568,14 +568,14 @@
|
||||
<!ENTITY util-linux-ch6-du "89 MB">
|
||||
<!ENTITY util-linux-ch6-sbu "0.6 SBU">
|
||||
|
||||
<!ENTITY vim-version "7.3">
|
||||
<!ENTITY vim-docdir "vim/vim73">
|
||||
<!ENTITY vim-size "8,675 KB">
|
||||
<!ENTITY vim-version "7.4">
|
||||
<!ENTITY vim-docdir "vim/vim74">
|
||||
<!ENTITY vim-size "9,632 KB">
|
||||
<!ENTITY vim-url "ftp://ftp.vim.org/pub/vim/unix/vim-&vim-version;.tar.bz2">
|
||||
<!ENTITY vim-md5 "5b9510a17074e2b37d8bb38ae09edbf2">
|
||||
<!ENTITY vim-md5 "607e135c559be642f210094ad023dc65">
|
||||
<!ENTITY vim-home "http://www.vim.org">
|
||||
<!ENTITY vim-ch6-du "96 MB">
|
||||
<!ENTITY vim-ch6-sbu "1.1 SBU">
|
||||
<!ENTITY vim-ch6-du "121 MB">
|
||||
<!ENTITY vim-ch6-sbu "1.4 SBU">
|
||||
|
||||
<!ENTITY xz-version "5.0.5">
|
||||
<!ENTITY xz-size "894 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user