use /etc/vimrc
authorAnas Nashif <anas.nashif@intel.com>
Fri, 22 Feb 2013 00:42:46 +0000 (16:42 -0800)
committerJacek Bukarewicz <j.bukarewicz@samsung.com>
Thu, 16 Jan 2014 13:10:16 +0000 (14:10 +0100)
src/feature.h

index d4b9aea..897a568 100644 (file)
  * SYS_VIMRC_FILE      Name of the system-wide .vimrc file.
  */
 /* #define SYS_VIMRC_FILE      "/etc/vimrc" */
-
+#define SYS_VIMRC_FILE "/etc/vimrc"
 /*
  * SYS_GVIMRC_FILE     Name of the system-wide .gvimrc file.
  */
 /* #define SYS_GVIMRC_FILE     "/etc/gvimrc" */
-
+#define SYS_GVIMRC_FILE "/etc/gvimrc"
+       
 /*
  * DFLT_HELPFILE       Name of the help file.
  */