os/unix_defs: Rename default system vimrc file to sysinit.vim

This way all standard Vim file paths have .vim extension. VIMRC_FILE constant 
used for &exrc option was not touched.
This commit is contained in:
ZyX 2015-10-23 17:45:59 +03:00
parent 2b437e7102
commit 157af47202

View File

@ -20,7 +20,7 @@
// Unix system-dependent file names // Unix system-dependent file names
#ifndef SYS_VIMRC_FILE #ifndef SYS_VIMRC_FILE
# define SYS_VIMRC_FILE "$VIM/nvimrc" # define SYS_VIMRC_FILE "$VIM/sysinit.vim"
#endif #endif
#ifndef DFLT_HELPFILE #ifndef DFLT_HELPFILE
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt" # define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"