I want to write a fairly simple VimScript function, but I'm having trouble
getting started.
I'm hoping a kind soul can give me some tips or point me to a similar
script to use as an example.
Here's what I want to do:
- move to the beginning of the current line (:normal '^' seems to work)
- find the first occurrence of => on the line
- determine whether that is followed by optional whitespace and {
There's more, but maybe if I can get this far, I can figure out the rest.-- R. Mark Volkmann Object Computing, Inc. -- -- You received this message from the "vim_use" 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_use" 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/d/optout.
