Pipe ex command into vim register?
- by Shawn J. Goff
I would like to do get the output of an ex command placed in a register. I know there is the :redir command, but that requires three commands to accomplish the task. Is there a native way to do it in one command?