Hello,
I'm making commands for a VIM editor, but I'm puzzled because vocola keeps rejecting the syntax.
I'm trying to jump to the next ,
Using the command:
next (comma|coma) = {Esc}{f} ",";
but this did not work, neither did the following:
next (comma|coma) = {Esc}{f} Wait(10) ",";
Any thoughts?
Thanks, Matt