|
@@ -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>
|
|
|
|