vim-exp.xml 578 B

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