mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
Try to find all other instances of vimrc and gvimrc and prefix them with n
This commit is contained in:

committed by
Thiago de Arruda

parent
6f53cb1cc3
commit
8943a13d9b
@@ -117,10 +117,10 @@
|
|||||||
* Unix system-dependent file names
|
* Unix system-dependent file names
|
||||||
*/
|
*/
|
||||||
#ifndef SYS_VIMRC_FILE
|
#ifndef SYS_VIMRC_FILE
|
||||||
# define SYS_VIMRC_FILE "$VIM/vimrc"
|
# define SYS_VIMRC_FILE "$VIM/nvimrc"
|
||||||
#endif
|
#endif
|
||||||
#ifndef SYS_GVIMRC_FILE
|
#ifndef SYS_GVIMRC_FILE
|
||||||
# define SYS_GVIMRC_FILE "$VIM/gvimrc"
|
# define SYS_GVIMRC_FILE "$VIM/ngvimrc"
|
||||||
#endif
|
#endif
|
||||||
#ifndef DFLT_HELPFILE
|
#ifndef DFLT_HELPFILE
|
||||||
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"
|
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"
|
||||||
@@ -158,7 +158,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#if !defined(USR_EXRC_FILE2)
|
#if !defined(USR_EXRC_FILE2)
|
||||||
# define USR_VIMRC_FILE2 "~/.nvim/vimrc"
|
# define USR_VIMRC_FILE2 "~/.nvim/nvimrc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@@ -167,7 +167,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USR_GVIMRC_FILE2
|
#ifndef USR_GVIMRC_FILE2
|
||||||
# define USR_GVIMRC_FILE2 "~/.nvim/gvimrc"
|
# define USR_GVIMRC_FILE2 "~/.nvim/ngvimrc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user