On 2024-11-16, Luca Saccarola wrote: > @saccarosium requested changes on this pull request. > > ------------------------------------------------------------------------------- > > In src/message.c: > > > @@ -4071,7 +4070,11 @@ msg_warn_missing_clipboard(void) > { > if (!global_busy && !did_warn_clipboard) > { > - msg(_(warn_clipboard)); > +#ifdef FEAT_CLIPBOARD > + msg(_("W23: Clipboard register not available, using register 0")); > +#else > + msg(_("W24: Clipboard register not available")); > > I think this should be a little more specific about the fact that vim doesn't > have this functionality compiled with ideally a link to a doc detailing what > is > +clipboard. Mainly for new users that they will likely now about +clipboard > and > the fact that you need to recompile vim. > > Probably something like: "Clipboard register is not available in this build of > vim. To learn more read :h clipboard"
But new users should know about, or be made aware of, ":help W23". I don't think we should be turning error messages into essays when we have a very good help system. Regards, Gary -- -- 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 vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/20241116203612.GM15474%40phoenix.