From 02478686f1df93623ea8ffc9a6f272abde673f80 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Sat, 7 Nov 2015 15:06:05 -0500 Subject: doc: vi_diff: Remove 'Command line arguments' section In regards to Nvim, it's very outdated; for an updated list of such arguments refer to the manual page or `nvim --help`. In all other regards, it's of little to no use to end-users. --- runtime/doc/starting.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtime/doc/starting.txt') diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 572823eca9..528b24fb6b 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -28,8 +28,6 @@ More generally, Vim is started with: Option arguments and file name arguments can be mixed, and any number of them can be given. However, watch out for options that take an argument. -For compatibility with various Vi versions, see |cmdline-arguments|. - Exactly one out of the following five items may be used to choose how to start editing: -- cgit