浏览代码

Revert portion of vim page

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 12 年之前
父节点
当前提交
0720a4e139
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      chapter06/vim.xml

+ 3 - 5
chapter06/vim.xml

@@ -43,13 +43,11 @@
   <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>
+    <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>Prepare Vim for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --enable-multibyte</userinput></screen>