diff options
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 |