vim: Add registers view (#25945)

Closes #18157

Release Notes:

- vim: Added `:reg[isters]` to show the current values of registers

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
AidanV 2025-03-04 20:59:19 -08:00 committed by GitHub
parent ff0bb1f389
commit f07ae541ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 213 additions and 9 deletions

View file

@ -152,6 +152,7 @@ actions!(
PushLowercase,
PushUppercase,
PushOppositeCase,
ToggleRegistersView,
PushRegister,
PushRecordRegister,
PushReplayRegister,