From 15966d98f8ce8920467f4d8b234290fb19448e4c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 27 Jul 2005 20:35:47 +0000 Subject: Don't define gvim's configuration file as we don't compile gvim git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6586 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chapter06') diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 2accc832d..6e843528c 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -45,8 +45,7 @@ same directory. Then, change the default locations of the configuration files to /etc: -echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h -echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h +echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h Vim has a security vulnerability already addressed upstream. The following patch fixes the problem: -- cgit v1.2.3-54-g00ecf