diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2015-10-16 01:54:07 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-10-16 01:54:07 -0400 |
| commit | 3a970e57dfd48f090f8ccc21567b7974e13d4c68 (patch) | |
| tree | 5aeaf1cd7a85c17b29276eee88e9881f56ea134c /man | |
| parent | a3f048ee06dea15490d7b874d295c3fc850cdc51 (diff) | |
| parent | db6cba7d5759e02379005702c7a9d760137f4389 (diff) | |
| download | rneovim-3a970e57dfd48f090f8ccc21567b7974e13d4c68.tar.gz rneovim-3a970e57dfd48f090f8ccc21567b7974e13d4c68.tar.bz2 rneovim-3a970e57dfd48f090f8ccc21567b7974e13d4c68.zip | |
Merge pull request #2506 from ZyX-I/shada
Replace viminfo with ShaDa files
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 |