On Sep 22, 11:44 am, Bee <[email protected]> wrote:
>
> Is it possible to increment all items in a dict without looping?
>

You can use the map() function, which probably does technically use a
loop but does so in the underlying C code, so it will be faster than
an equivalent vimscript :for or :while loop.

-- 
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

Reply via email to