From 7f01eef0f4cf564a11f0c438422872feb0e7621f Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 9 Aug 2001 01:01:01 +0000 Subject: Initial commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@948 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/vim-exp.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 chapter06/vim-exp.xml 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 @@ + +Command explanations + +echo '#define SYS_VIMRC_FILE "/etc/vimrc"' +>> src/feature.h: This will change the location of the +global vim configuration file vimrc to /etc rather than +/usr/share/vim + + + -- cgit v1.2.3-54-g00ecf