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
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
"...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