diff options
author | Christian Clason <christian.clason@uni-due.de> | 2021-09-09 18:59:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 18:59:11 +0200 |
commit | 2fe95cb1adfa00e67ac8bd51197f003312b99132 (patch) | |
tree | afb524bff66ed8eb32b8df04afcda817fd0d0c13 /man | |
parent | d80aac3b2a3ce4b25d4f12ff64b8c947eaf75826 (diff) | |
download | rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.tar.gz rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.tar.bz2 rneovim-2fe95cb1adfa00e67ac8bd51197f003312b99132.zip |
vim-patch:partial 2346a6378483 (#15599)
Update runtime files
https://github.com/vim/vim/commit/2346a6378483c9871016f9fc821ec5cbea638f13
omit doc/vim.man
omit doc/vim9.txt
omit doc/vimdiff.txt
omit doc/vimdiff.man
skip doc/eval.txt (missing patch 8.2.2324)
skip doc/help.txt (missing patch 8.2.2344)
Diffstat (limited to 'man')
-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 ca0f41d489..3f57f397d2 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -100,7 +100,7 @@ Useful for scripting because it does NOT start a UI, unlike .Ic :help silent-mode .It Fl d Diff mode. -Show the difference between two to four files, similar to +Show the difference between two to eight files, similar to .Xr sdiff 1 . .Ic ":help diff" .It Fl R |