diff options
Diffstat (limited to 'chapter06/vim.xml')
-rw-r--r-- | chapter06/vim.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 2132424bb..cd3a441ba 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -54,20 +54,6 @@ <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 remap="pre">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 - ultimately allows Man-DB to transcode the page into the desired format - at run-time:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&vim-mandir-patch;</userinput></screen> ---> <para>Change the default location of the <filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> |