diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 19:59:37 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 19:59:37 +0000 |
commit | ed8ff7de8c19e5a71e849864080c7aa2b1abb4d3 (patch) | |
tree | edc00f7b62eff00843e5d02efa0eb01938bf7643 /chapter06/vim.xml | |
parent | 7928e0234ec323511c631beb9ec3be44d1f5b956 (diff) |
Remove the Vim fixes patch. Fixes #2597.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9245 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |