diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-29 18:19:12 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-29 18:19:12 +0000 |
commit | 534bb6229d2678f2b2b8c45dedd867bdffd3fac0 (patch) | |
tree | 5a64f051b9e9bda7b089476fbdf0e38b2de75f62 /chapter06 | |
parent | df3117e3310bcbed991510f24fed6e67d2e1e47f (diff) |
Upgrade to Vim-7.0-fixes-14.patch and drop the spellfile patch as that is now included in the former.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index db41ce00f..ec2993575 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -59,12 +59,6 @@ <screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen> - <para>There is an issue introduced by one of the upstream patches that - creates a problem downloading spellfiles via HTTP. Until this is updated - by the developers, the following patch fixes the problem:</para> - -<screen><userinput>patch -Np1 -i ../&vim-spellfile-patch;</userinput></screen> - <para>Finally, change the default location of the <filename>vimrc</filename> configuration file to <filename class="directory">/etc</filename>:</para> |