diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-10-26 07:03:14 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2021-10-26 07:03:14 +0800 |
commit | 72309d13b4067316de4e169968f3ca68fb1f4d59 (patch) | |
tree | 83b18a72591a3e82274f42e957e6e25740033b2d | |
parent | 09e96fe6096f07365eb65b51bb7f2fd0f1b043b0 (diff) | |
download | rneovim-72309d13b4067316de4e169968f3ca68fb1f4d59.tar.gz rneovim-72309d13b4067316de4e169968f3ca68fb1f4d59.tar.bz2 rneovim-72309d13b4067316de4e169968f3ca68fb1f4d59.zip |
docs(manpage): update description of --clean
-rw-r--r-- | man/nvim.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index 3f57f397d2..b206b62343 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -201,7 +201,7 @@ Skip loading plugins. Implied by .Cm -u NONE . .It Fl -clean -Skip loading plugins and shada (viminfo) file. +Mimic a fresh install of Nvim. Skip loading non-builtin plugins and shada (viminfo) file. .It Fl o Ns Op Ar N Open .Ar N |