issues
search
calebmeyer
/
vim-mode-plus-macros
Adds macros for vim mode plus
12
stars
2
forks
source link
Spells out "space"
#1
Closed
awilkins
closed
6 years ago
awilkins
commented
6 years ago
qA[space][esc]q
Expected
You now have a macro in
@
that appends a space character to the end of line
Actual
You now have a macro in
@
that appends the literal text
'space'
to the end of line
calebmeyer
commented
6 years ago
Good call. I'll get this fixed today
Expected
@
that appends a space character to the end of lineActual
@
that appends the literal text'space'
to the end of line