Comment #1 on issue 115 by [email protected]: Vim Macro to generate
ASCII characters
http://code.google.com/p/vim/issues/detail?id=115
I don't understand.
q"<C-V>32<Esc>kqqqp<C-A>S<C-R>"q94@q
Breakdown:
q" -> begin recording into unnamed register
<C-V> -> enter visual block mode?
32 -> give count for next command
<Esc> -> cancel next command and leave visual block mode
k -> fails because this is a new buffer and there is only one line
...the rest really doesn't matter at this point
Why did you expect this to do *anything*?
Did it post incorrectly? Are there characters missing?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.