diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-20 16:58:11 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-02-20 16:58:11 +0000 |
commit | 56fb88f63d6714a11d0f62d7bd1f7784a624486e (patch) | |
tree | 07fc68da75ac890169f721cf329fb19ca5d72bd5 /chapter03/packages.xml | |
parent | d876f0e2f2fcb2a5b5701c2200209b0b61edba3b (diff) |
Make the version of vim we use always available
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11754 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/packages.xml')
-rw-r--r-- | chapter03/packages.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 35305be86..c6a106937 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -445,7 +445,6 @@ patches can be downloaded separately. This may save some time or cost for a subsequent patch level upgrade within a minor release. </para> - </note> </listitem> </varlistentry> @@ -734,6 +733,13 @@ <para>Home page: <ulink url="&vim-home;"/></para> <para>Download: <ulink url="&vim-url;"/></para> <para>MD5 sum: <literal>&vim-md5;</literal></para> + <note> + <para> + The version of vim changes daily. The get the latest version, go to + <ulink url="https://github.com/vim/vim/releases"> + https://github.com/vim/vim/releases</ulink>. + </para> + </note> </listitem> </varlistentry> |