aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r--chapter06/vim.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index f10bbd9ab..8df377976 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -51,7 +51,15 @@
<screen><userinput>patch -Np1 -i ../&vim-fixes-patch;</userinput></screen>
- <para>Next, change the default location of the
+ <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
+ ultimately allows Man-DB to transcode the page into the desired format
+ at run-time:</para>
+
+<screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
+
+ <para>Finally, change the default location of the
<filename>vimrc</filename> configuration file to <filename
class="directory">/etc</filename>:</para>