aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/vim-exp.xml
blob: 62af4675a3f3e5ef35c40c0c433e7ee8132a9dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Command explanations</title>

<para><userinput>make
CPPFLAGS=-DSYS_VIMRC_FILE=\\\"/etc/vimrc\\\":</userinput> Setting this will
cause vim to look for the <filename>/etc/vimrc</filename> file that
contains the global vim settings. Normally this file is looked for in
<filename class="directory">/usr/share/vim</filename>, but 
<filename class="directory">/etc</filename> is a more logical place for
this kind of file.</para>

</sect2>