vim-exp.xml 687 B

123456789101112131415161718
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><userinput>sed '/shUntil\|link shRepeat/{...:</userinput> This sed
  4. command fixes a bug in the <filename>syntax/sh.vim</filename> file that
  5. will cause an error message when you edit a shell script using syntax
  6. highlighting.</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>
  14. </sect2>