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
Describe the solution you'd like
The % register should contain the current filename, and the : register should contain the last executed command. They should be read-only.
The text was updated successfully, but these errors were encountered:
* 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 solution you'd like
The
%
register should contain the current filename, and the:
register should contain the last executed command. They should be read-only.The text was updated successfully, but these errors were encountered: