]> granicus.if.org Git - vim/commit
patch 9.0.1115: code is indented more than needed v9.0.1115
authorYegappan Lakshmanan <yegappan@yahoo.com>
Fri, 30 Dec 2022 18:07:46 +0000 (18:07 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Dec 2022 18:07:46 +0000 (18:07 +0000)
commited0c1d5d4b30d03b26ff08841f6da2ddf44025a7
treef30f357f2f6b1e3152cc52d038f41b7adced9840
parentef91ae4557ac93e581b0ec39bf4c78c3556d7484
patch 9.0.1115: code is indented more than needed

Problem:    Code is indented more than needed.
Solution:   Use an early return to reduce indenting. (Yegappan Lakshmanan,
            closes #11758)
src/ex_cmds.c
src/ex_cmds2.c
src/ex_docmd.c
src/ex_getln.c
src/version.c