You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement / (search) register
Fixes#3542
* Implement read-only registers
Fixes#3604
* Implement % (file name) register
Refs #3605
* Implement : (command) register
Fixes#3605
* Do not display _ (black hole) register in :reg output
Fixes#3606
* :reg can take multiple arguments
When it does, it lists only the registers given as an argument.
Fixes#3610
* Allow the : (command) register to be used as a macro to repeat the command
Fixes#1775
Describe the bug
You can currently copy arbitrary text into the
.
register. This is not how vim behaves.To Reproduce
Steps to reproduce the behavior:
:reg
to verify the inserted text is in the.
register".yw
, for instance:reg
to verify the copied text is in the.
registerExpected behavior
Step 3. above should be a no-op, and in step 4., the originally inserted text should show in
:reg
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: