2016-02-26 9:52 GMT+03:00 h_east <[email protected]>: > Hi, > > If conflict between actual behavior and documentation, to correct either. > You modify the document. But I modified the source code. > If we want to modify the source code, backward compatibility is considered > may not have to worry about. in this case. > > Update a patch. > Adding E917 and E918 like as E474 and E475. > This error code displays the argument number of the error. > If this patch is included, I will also modify other E474 and E475. If > possible.
I do not like `emsg…` functions, it is better to have *one* `emsgfmt` function: just copy smsg function with one modification, it is varargs and the only modification needed is replacing `msg(IObuff)` with `emsg(IObuff)`. And still you are not checking for string length, thus accepting any actions that start with space, 'r' or 'a'. > > -- > Best regards, > Hirohito Higashi (a.k.a. h_east) > > -- > -- > 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. -- -- 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.
