diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-09 01:01:01 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-09 01:01:01 +0000 |
commit | 7f01eef0f4cf564a11f0c438422872feb0e7621f (patch) | |
tree | f13da648b6e713bc38b8d8a5689df296061b6a8e | |
parent | 0dbaee7c4d10a1090c64f21d9b8042d948e67766 (diff) |
Initial commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/vim-exp.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/vim-exp.xml b/chapter06/vim-exp.xml new file mode 100644 index 000000000..e53dbbe0e --- /dev/null +++ b/chapter06/vim-exp.xml @@ -0,0 +1,10 @@ +<sect2> +<title>Command explanations</title> + +<para><userinput>echo '#define SYS_VIMRC_FILE "/etc/vimrc"' +>> 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> + |