diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 15:33:35 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-06-30 15:33:35 +0000 |
commit | ead6e7a856acbde25015b4ec22f455c91188d88d (patch) | |
tree | d9a4186b035b875bd11bd965354807e2e89b5ef2 /chapter06 | |
parent | 25048ce792c5638a13b62094ea4138727ddc079a (diff) |
Apply some upstream fixes to Vim.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index af694562a..261ee0918 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -48,6 +48,12 @@ <filename>vim-&vim-version;-lang.tar.gz</filename> archives into the same directory.</para> + <para>Apply a patch which fixes various issues already found and fixed by + the upstream maintainers since the inital release of Vim-&vim-version;: + </para> + +<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen> + <para>This version of Vim installs translated man pages and places them into directories that will not be searched by Man-DB. Patch Vim so that it installs its man pages into searchable directories and |