How do you edit a command in the command-line window?
<C-f> on command line
While typing a command, press to open the command-line editing window.
<C-f> on command line
While typing a command, press to open the command-line editing window.
:let @a='<C-r>a'
Paste the macro register contents with :let @a=' followed by a to insert the current contents, edit them, and close the quote.