aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-11-11 01:00:04 +0100
committerMarco Hinz <mh.codebro@gmail.com>2015-11-11 22:50:14 +0100
commit85b1052c3ceeaeae7da907707d7bbdce8d71f642 (patch)
treece789d21e26d500e6263d22abf29696b8e81692e /man
parent947e356cdaa931bec9b2314c36bbfed926514030 (diff)
downloadrneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.gz
rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.bz2
rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.zip
Remove all invalid nvimrc and ngvimrc references
"vimrc" refers to all files that are used to configure Neovim. The main configuration file is init.vim nowadays. All nvimrc references that are left refer to a local ".nvimrc" which is read if 'exrc' is set. ".ngvimrc" references were completely wiped. Closes #3552.
Diffstat (limited to 'man')
-rw-r--r--man/nvim.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man/nvim.1 b/man/nvim.1
index 5e109c3145..968da04d52 100644
--- a/man/nvim.1
+++ b/man/nvim.1
@@ -1,4 +1,4 @@
-.Dd October 27, 2015
+.Dd November 11, 2015
.Dt NVIM 1
.Os
.Sh NAME
@@ -173,19 +173,19 @@ See
.It Fl L Op Ar file
Alias for
.Fl r .
-.It Fl u Ar nvimrc
+.It Fl u Ar vimrc
Use
-.Ar nvimrc
+.Ar vimrc
instead of the default of
.Pa ~/.config/nvim/init.vim .
If
-.Ar nvimrc
+.Ar vimrc
is
.Cm NORC ,
do not load any initialization files (excluding plugins),
and do not attempt to parse environment variables.
If
-.Ar nvimrc
+.Ar vimrc
is
.Cm NONE ,
loading plugins is also skipped.
@@ -278,7 +278,7 @@ Like
.Fl c ,
but execute
.Ar command
-before processing any nvimrc.
+before processing any vimrc.
Up to 10 instances of these can be used independently from instances of
.Fl c .
.It Fl S Op Ar session
@@ -395,11 +395,11 @@ configuration directory.
See
.Ev XDG_CONFIG_HOME
above.
-.It Pa /etc/nvim/nvimrc
+.It Pa $VIM/sysinit.vim
The system-global
.Nm
configuration file.
-.It Pa /usr/share/nvim
+.It Pa /usr/local/share/nvim
The system-global
.Nm
runtime directory.