diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-13 15:56:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-05-13 15:56:33 +0000 |
commit | 53c5151d7cc321774ea083dc0679e6fe232aceb2 (patch) | |
tree | bf674f0ed392164fe3f52d6464831b2ca88a6516 /chapter06/vim.xml | |
parent | 4b225a4a905060a37a29620cfb6fb4d5543529cc (diff) |
Upgrade to Vim-7.1. Fixes #2001.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8135 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 849d613f7..5f8123a96 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -46,10 +46,7 @@ <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, 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> + same directory.</para> <para>This version of Vim installs translated man pages and places them into directories that will not be searched by Man-DB. Patch Vim |