]> granicus.if.org Git - vim/commit
patch 9.0.0520: declaring a loop variable at the start of a block is clumsy v9.0.0520
authorBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 18:04:32 +0000 (19:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 20 Sep 2022 18:04:32 +0000 (19:04 +0100)
commit848db57e52ed787f7b62fc1619143934291f619f
treea2d0b64a0f688b3258d2f9cb7387b5cd4846a83e
parentd7657e95b21f660a202a5118af059aa17ad37120
patch 9.0.0520: declaring a loop variable at the start of a block is clumsy

Problem:    Declaring a loop variable at the start of a block is clumsy.
Solution:   Declare the variable inside the loop in a few places to see if
            this works.
src/evalfunc.c
src/version.c