aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-11 17:17:13 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-08-11 17:17:13 +0000
commit232779f8ade79cfa14fda4d0018406b12ac45647 (patch)
tree082c60f7c3aaf933a14406a91b54d65b65ca9257 /chapter06
parent0c5d0027b8fbd8db1b866f69d520f7588e7e1098 (diff)
Update to vim-7.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10311 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/vim.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/vim.xml b/chapter06/vim.xml
index a8bc4275d..5f06a211a 100644
--- a/chapter06/vim.xml
+++ b/chapter06/vim.xml
@@ -43,13 +43,14 @@
<sect2 role="installation">
<title>Installation of Vim</title>
+<!-- This location is now the default
<para>First, change the default location of the
<filename>vimrc</filename> configuration file to <filename
class="directory">/etc</filename>:</para>
<screen><userinput remap="pre">echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; src/feature.h</userinput></screen>
-
- <para>Now prepare Vim for compilation:</para>
+-->
+ <para>Prepare Vim for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>