From 8943a13d9b5eb834fd25faf16852b23894324e6a Mon Sep 17 00:00:00 2001 From: Wilberto Morales Date: Sun, 16 Mar 2014 06:36:31 -0500 Subject: Try to find all other instances of vimrc and gvimrc and prefix them with n --- src/os_unix_defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index f9f53a8d8e..54627b5b7d 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -117,10 +117,10 @@ * Unix system-dependent file names */ #ifndef SYS_VIMRC_FILE -# define SYS_VIMRC_FILE "$VIM/vimrc" +# define SYS_VIMRC_FILE "$VIM/nvimrc" #endif #ifndef SYS_GVIMRC_FILE -# define SYS_GVIMRC_FILE "$VIM/gvimrc" +# define SYS_GVIMRC_FILE "$VIM/ngvimrc" #endif #ifndef DFLT_HELPFILE # define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt" @@ -158,7 +158,7 @@ #if !defined(USR_EXRC_FILE2) -# define USR_VIMRC_FILE2 "~/.nvim/vimrc" +# define USR_VIMRC_FILE2 "~/.nvim/nvimrc" #endif @@ -167,7 +167,7 @@ #endif #ifndef USR_GVIMRC_FILE2 -# define USR_GVIMRC_FILE2 "~/.nvim/gvimrc" +# define USR_GVIMRC_FILE2 "~/.nvim/ngvimrc" #endif -- cgit