vim - reading ex mode output into a file
- by Aman Jain
Hi
How can I read the output of an ex command into my current buffer?
For example, I want to read the contents of all the registers into the current buffer, which in ex mode is shown using ":registers"
Thanks