Sun Mar 16
Vim practice
Author:Noritaka
show registration macro
Copy and paste the below text and type some commands like below.
---
1. qq o <Esc> q
2. :reg q <CR> (show register )
3. @q (execute the macro)
---
foo = 1
var = 'a'
foobar = foo + bar
tip641