Re: Chapter 6 - Vim

2005-07-18 Thread Chris Staub
Bruce Dubbs wrote: Chris Staub wrote: "...Then, change the default locations of the vimrc and gvimrc configuration files to /etc: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h" Is that second line (for gvimrc) really

Re: Chapter 6 - Vim

2005-07-18 Thread Bruce Dubbs
Chris Staub wrote: > "...Then, change the default locations of the vimrc and gvimrc > configuration files to /etc: > > echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h > echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h" > > Is that second line (for gvimrc) really necessary

Chapter 6 - Vim

2005-07-18 Thread Chris Staub
"...Then, change the default locations of the vimrc and gvimrc configuration files to /etc: echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h echo '#define SYS_GVIMRC_FILE "/etc/gvimrc"' >> src/feature.h" Is that second line (for gvimrc) really necessary? Vim GUI can't even be compil