aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2015-10-23 17:45:59 +0300
committerZyX <kp-pav@yandex.ru>2015-10-24 04:35:14 +0300
commit157af47202c41b3d987d45be3542e74456f06470 (patch)
tree58fadda21b3cd81b73aad90f916fab1ae2d6be19
parent2b437e7102fddcd48215909816aae5ece01af48a (diff)
downloadrneovim-157af47202c41b3d987d45be3542e74456f06470.tar.gz
rneovim-157af47202c41b3d987d45be3542e74456f06470.tar.bz2
rneovim-157af47202c41b3d987d45be3542e74456f06470.zip
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.
-rw-r--r--src/nvim/os/unix_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/unix_defs.h b/src/nvim/os/unix_defs.h
index e1c3060999..b1511d4b56 100644
--- a/src/nvim/os/unix_defs.h
+++ b/src/nvim/os/unix_defs.h
@@ -20,7 +20,7 @@
// Unix system-dependent file names
#ifndef SYS_VIMRC_FILE
-# define SYS_VIMRC_FILE "$VIM/nvimrc"
+# define SYS_VIMRC_FILE "$VIM/sysinit.vim"
#endif
#ifndef DFLT_HELPFILE
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"