From 7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Mon, 19 Jan 2015 19:37:13 -0500 Subject: Remove vimdiff While we're here: - Remove references to the '+diff' feature, which has since been made non-optional. - Update a few Vim instances with Nvim. --- runtime/doc/manpages/vim.1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'runtime/doc/manpages/vim.1') diff --git a/runtime/doc/manpages/vim.1 b/runtime/doc/manpages/vim.1 index 678170f6e1..c35fa78f0d 100644 --- a/runtime/doc/manpages/vim.1 +++ b/runtime/doc/manpages/vim.1 @@ -179,10 +179,7 @@ behave mostly like Vi, even though a .vimrc file exists. .TP \-d Start in diff mode. -There should be two, three or four file name arguments. -.B Vim -will open all the files and show differences between them. -Works like vimdiff(1). +There should be two, three, or four file name arguments. .TP \-D Debugging. Go to debugging mode when executing the first command from a -- cgit