I wrote:
> Patch 8.2.1444 > Problem: Error messages are spread out and names can be confusing. > Solution: Start moving error messages to a separate file and use clear > names. > Files: Filelist, src/vim.h, src/globals.h, src/errors.h, src/Makefile, > src/Make_cyg_ming.mak, src/Make_mvc.mak, src/Make_vms.mms, > src/dict.c, src/evalvars.c, src/ex_docmd.c, src/list.c, > src/userfunc.c, src/vim9compile.c, src/vim9execute.c, > src/vim9script.c, src/vim9type.c I did a few messages to see what we end up with. The idea is to sort error messages on number, so it's easy to see what numbers are being used. And use a name that more closely reflects the message, so that it's less often needed to lookup the actual message. That helps when we take a message out of context, into the header file. Comments? -- Press any key to continue, press any other key to quit. /// 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202008132100.07DL0VJN449265%40masaka.moolenaar.net.
