Tony Mechelynck
unread,Feb 27, 2023, 5:40:41 AM2/27/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Bram Moolenaar, vim_dev
At change.txt lines 1382-1386:
> If you use a put command without specifying a register, Vim uses the register
> that was last filled (this is also the contents of the unnamed register). If
> you are confused, use the `:dis` command to find out what Vim will put (this
> command displays all named and numbered registers; the unnamed register is
> labelled '"').
However, if I try to see what this command does by typing ":h :dis", I
am sent to the help entry for :disassemble because the only tags for
the :dis command are :di (the shortest abbreviation) and :display (the
full command name).
I suggest writing either "use the `:display` command" or "use the
`:reg` command" at change.txt line 1384. Either possibility will
unambiguously send to the correct help if tried, with the advantage,
in the latter case, of not needing a scroll-up.
Best regards,
Tony.