diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 02:10:19 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-05-26 02:10:19 +0000 |
commit | 2fe5051af746bd4df0afcc3065c6d6791c4fd275 (patch) | |
tree | 33a8d7a33661cc29ada76dc6068507c7feb5d5e2 /chapter06/vim.xml | |
parent | e6c8119c856fd132496ee137167ce16d90baddbf (diff) |
Updated to Vim-7.0. Fixes #1793.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7628 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index ff6a68314..0d2310815 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -46,7 +46,12 @@ <para>First, unpack both <filename>vim-&vim-version;.tar.bz2</filename> and (optionally) <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the - same directory. Then, change the default location of the + same directory. Then, patch Vim with several fixes from upstream + developers since the initial release of Vim-&vim-version;:</para> + +<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen> + + <para>Next, change the default location of the <filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> |