Parcourir la source

Initial commit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans il y a 24 ans
Parent
commit
7f01eef0f4
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      chapter06/vim-exp.xml

+ 10 - 0
chapter06/vim-exp.xml

@@ -0,0 +1,10 @@
+<sect2>
+<title>Command explanations</title>
+
+<para><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"'
+&gt;&gt; src/feature.h:</userinput> This will change the location of the
+global vim configuration file <filename>vimrc</filename> to /etc rather than
+/usr/share/vim</para>
+
+</sect2>
+