Dominique Pelle wrote:
> 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.
And being lazy too: you didn't include a patch! :-)
--
ARTHUR: The swallow may fly south with the sun, or the house martin or the
plover seek warmer hot lands in winter, yet these are not strangers to
our land.
SOLDIER: Are you suggesting coconuts migrate?
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---