Bram Moolenaar wrote: > Dominique Pelle wrote: > >> This is a minor issue: "vim --help" does not describe the >> command line options -E and --echo-wid. >> >> Is this intentional to keep "make help" short? >> If not, attached patch adds them. > > Thanks. We might want to split up into --help and "--helpmore" to keep > the output readable... But it's a difficult discussion about what would > be important to put in --help.
It's debatable of course and perhaps nit-picky, but I'd say we can afford to list all command line options in "vim -help" considering that: - "vim --help" only prints one summary line per option (unlike ":help startup-options" which has more detailed information) - and "vim --help" already lists almost all options anyway. I'd find it simpler this way rather than having "vim --helpmore". Besides the missing -E and --echo-wid options, I notice that the -nb command line option (netbeans) is also missing in "vim --help". Other than that, it looks complete. -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php