Bram Moolenaar wrote:
> Patch 7.2.286 (after 7.2.269)
> Problem: The "--startuptime=<file>" argument is not consistent with other
> arguments.
> Solution: Use "--startuptime <file>". Added the +startuptime feature.
> Files: runtime/doc/eval.txt, runtime/doc/starting.txt,
> runtime/doc/various.txt, src/eval.c, src/main.c, src/version.c
>
...
> ***************
> *** 3144,3149 ****
> --- 3150,3158 ----
> main_msg(_("--serverlist\t\tList available Vim server names and exit"));
> main_msg(_("--servername <name>\tSend to/become the Vim server <name>"));
> #endif
> + #ifdef STARTUPTIME
> + main_msg(_("--startuptime=<file>\tWrite startup timing messages to
> <file>"));
> + #endif
> #ifdef FEAT_VIMINFO
> main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));
> #endif
Hi
Above chunk in patch 7.2.286 still uses the equal sign
after --startuptime whereas the rest of the patch replaced it
with a space. Sorry for being nitpicky.
Cheers
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---