]> granicus.if.org Git - vim/commit
patch 9.0.0124: code has more indent than needed v9.0.0124
authorzeertzjq <zeertzjq@outlook.com>
Sun, 31 Jul 2022 17:34:32 +0000 (18:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jul 2022 17:34:32 +0000 (18:34 +0100)
commit101d57b34b72f4fbc7df1b6edfd64c64a6be14fc
tree246feb7236973fb7a526652ab5795f49a808e553
parentc146d974f13450453a7c1f5ab10b105c515f0ccb
patch 9.0.0124: code has more indent than needed

Problem:    Code has more indent than needed.
Solution:   Use continue and return statements. (closes #10824)
src/arglist.c
src/diff.c
src/edit.c
src/help.c
src/normal.c
src/syntax.c
src/version.c
src/window.c