Hirohito Higashi wrote:
> diff --git a/src/vim.h b/src/vim.h > index 7a66ab0e2..be86c6b10 100644 > --- a/src/vim.h > +++ b/src/vim.h > @@ -1270,7 +1270,7 @@ enum auto_event > EVENT_BUFWRITECMD, // write buffer using command > EVENT_BUFWRITEPOST, // after writing a buffer > EVENT_BUFWRITEPRE, // before writing a buffer > - EVENT_CMDLINECHANGED, // command line was modified*/ > + EVENT_CMDLINECHANGED, // command line was modified > EVENT_CMDLINEENTER, // after entering the command line > EVENT_CMDLINELEAVE, // before leaving the command line > EVENT_CMDUNDEFINED, // command undefined Thanks. I have since added an error to the C syntax HL to catch this kind of mistake. -- Place mark here ->[ ]<- if you want a dirty monitor. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
