aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/vim-inst.xml')
-rw-r--r--chapter06/vim-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/vim-inst.xml b/chapter06/vim-inst.xml
index f75753935..3db92734c 100644
--- a/chapter06/vim-inst.xml
+++ b/chapter06/vim-inst.xml
@@ -13,7 +13,7 @@ won't overwrite any files from the other package. So it doesn't matter
in which order it is done. Install Vim by running the following commands:</para>
<para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; \
-&nbsp;&nbsp;&nbsp;src/feature.h</userinput>
+&nbsp;&nbsp;&nbsp;src/feature.h &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
@@ -37,7 +37,7 @@ If you wish vim to conform to the FHS, you should use this command set
instead of the one presented above:</para>
<para><screen><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' &gt;&gt; \
-&nbsp;&nbsp;&nbsp;src/feature.h</userinput>
+&nbsp;&nbsp;&nbsp;src/feature.h &amp;&amp;</userinput>
<userinput>./configure --prefix=/usr --localstatedir=/var/lib/vim &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>