From 709533382788f0e23bb81799ea00e4d266c62d8f Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 1 Feb 2006 00:07:06 +0000 Subject: [PATCH] Updte vim to version 6.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5619 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- book/bookinfo.xml | 2 +- general.ent | 8 ++++---- introduction/welcome/changelog.xml | 8 ++++++++ postlfs/editors/vim.xml | 13 ++++--------- 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/book/bookinfo.xml b/book/bookinfo.xml index a3715e462f..f6343258ef 100644 --- a/book/bookinfo.xml +++ b/book/bookinfo.xml @@ -28,7 +28,7 @@ - Copyright © 2001-2005, BLFS Development Team + Copyright © 2001-2006, BLFS Development Team All rights reserved. diff --git a/general.ent b/general.ent index 7805d87516..6687ad074f 100644 --- a/general.ent +++ b/general.ent @@ -1,8 +1,8 @@ - - + + - + @@ -58,7 +58,7 @@ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f92e5ac859..d2b700460d 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -40,6 +40,14 @@ --> + + February 1st, 2006 + + + [bdubbs] - Updated vim to version 6.4. + + + January 31st, 2006 diff --git a/postlfs/editors/vim.xml b/postlfs/editors/vim.xml index 0d7f5a5bc7..549ebe93b7 100644 --- a/postlfs/editors/vim.xml +++ b/postlfs/editors/vim.xml @@ -6,10 +6,10 @@ - - - - + + + + ]> @@ -69,10 +69,6 @@ Additional Downloads - - Required patch: - Translated Vim messages: @@ -119,7 +115,6 @@ echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h && echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h && -patch -Np1 -i ../vim-&vim-version;-security_fix-2.patch && ./configure --prefix=/usr --with-features=huge && make