diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-01-19 19:37:13 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-02-03 15:15:54 -0500 |
commit | 7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3 (patch) | |
tree | 562b4fd6c669ccd41a82d59ff84c72b2a5acbe37 /runtime/doc/manpages/vim.1 | |
parent | 054aabbe06c317b61742f2f807293d249d4c6afd (diff) | |
download | rneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.tar.gz rneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.tar.bz2 rneovim-7b98b4c442e3e8e9cebf6288f1f41ef0ffa42ba3.zip |
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.
Diffstat (limited to 'runtime/doc/manpages/vim.1')
-rw-r--r-- | runtime/doc/manpages/vim.1 | 5 |
1 files changed, 1 insertions, 4 deletions
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 |