calebmeyer / vim-mode-plus-macros

Adds macros for vim mode plus
12 stars 2 forks source link

Fixes #1 space characters in macros #2

Closed calebmeyer closed 6 years ago

calebmeyer commented 6 years ago

The problem was that all the other characters are literal, except space, which isn't a valid identifier.

Added a special case