diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-26 23:34:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-26 23:34:30 +0000 |
commit | 892e30f7fa9d87832cb07f337fc1789931cc28f3 (patch) | |
tree | 79a0140d689b50e9f83ba1d521c1d5be2f762aed /chapter06 | |
parent | 3842a206fd729d339ddb47238be7e59d8ef45851 (diff) |
Reverted deletion iv vim mandir patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/vim.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml index 4d4441605..5a4e3a9d0 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -60,7 +60,6 @@ <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 @@ -68,7 +67,7 @@ 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> |