diff options
author | ZyX <kp-pav@yandex.ru> | 2015-07-06 02:16:05 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:00:06 +0300 |
commit | 9cf9c4a5860212cc0f9b71d349849811fdaf61a1 (patch) | |
tree | 82335adcdca0627d7c615ee198a19ec63170a959 /man | |
parent | 749cae866278469d11e6ec467dd0e98ab6233439 (diff) | |
download | rneovim-9cf9c4a5860212cc0f9b71d349849811fdaf61a1.tar.gz rneovim-9cf9c4a5860212cc0f9b71d349849811fdaf61a1.tar.bz2 rneovim-9cf9c4a5860212cc0f9b71d349849811fdaf61a1.zip |
Replace references to viminfo in various places
Diffstat (limited to 'man')
-rw-r--r-- | man/nvim.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index 08c4a6db05..83544523e0 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -138,7 +138,7 @@ Sets the options 'hkmap' and 'rightleft'. .It Fl V Ns Oo Ar N Oc Ns Op Ar file Verbose mode. Print messages about which files are being sourced and for reading and -writing an nviminfo file. +writing a ShaDa file. .Ar N is the value for the 'verbose' option; defaults to .Cm 10 @@ -191,18 +191,18 @@ is loading plugins is also skipped. See .Ic :help initialization . -.It Fl i Ar nviminfo +.It Fl i Ar shada Use -.Ar nviminfo +.Ar shada instead of the default of -.Pa ~/.nviminfo . +.Pa ~/.nvim/shada/main.shada . If -.Ar nviminfo +.Ar shada is .Cm NONE , -do not read or write an nviminfo file. +do not read or write a ShaDa file. See -.Ic :help viminfo . +.Ic :help shada . .It Fl -noplugin Skip loading plugins. Implied by |