vim - reading ex mode output into a file

Posted by Aman Jain on Stack Overflow See other posts from Stack Overflow or by Aman Jain
Published on 2010-04-03T23:21:55Z Indexed on 2010/04/03 23:33 UTC
Read the original article Hit count: 346

Filed under:

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

© Stack Overflow or respective owner

Related posts about vim