finished 1.10
[linux_from_scratch.git] / BOOK / chapter06 / vim-exp.xml
bloba95c2f90250facfbf566ba14d1595f5681cf014f
1 <sect2>
2 <title>Command explanations</title>
4 <para><userinput>patch -Np1 -i ../vim-&vim-version;.patch:</userinput> This
5 patch fixes a compile problem with GCC-3.2.</para>
7 <para><userinput>make
8 CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\":</userinput> Setting this will
9 cause vim to look for the <filename>/etc/vimrc</filename> file that
10 contains the global vim settings. Normally this file is looked for in
11 <filename class="directory">/usr/share/vim</filename>, but 
12 <filename class="directory">/etc</filename> is a more logical place for
13 this kind of file.</para>
15 </sect2>