_CMDLINE returns the current command line. (This is most useful in key aliases.) If you specify it on the command line, it is expanded to the contents of the command line (not including the %_cmdline variable itself).

 

Example:

 

echo one two three %_cmdline

 

will return:

 

one two three echo one two three