Monday, June 19, 2017

Re: decrease number?

Thanks Tim,

Johns did work exactly the way I wanted it to.

I like yours too.

On Mon, Jun 19, 2017 at 8:37 PM, Tim Chase <vim@tim.thechases.com> wrote:
On 2017-06-19 22:29, John Passaro wrote:
> use the expression register:
>
> s/\v\w+\="\zs\d\d+\ze"/\=submatch(0)-10/g

Beware that this catches any variable name (not just [xy][12] which
may or may not be what you want), and also doesn't catch
negative-number values.

But for the general case of the example you (OP) gave, John's works
well too.

-tim


--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
--
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 vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: