]> granicus.if.org Git - vim/commit
patch 8.2.4283: using a variable for the return value is not needed v8.2.4283
authorzeertzjq <zeertzjq@outlook.com>
Wed, 2 Feb 2022 13:16:37 +0000 (13:16 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Feb 2022 13:16:37 +0000 (13:16 +0000)
commit73257149d759a8e6ddbe555d2b5aa37b6cb8db8b
treef4dc51a7a5969f822e1f2d151441125c10efd3d0
parentadbb1bf21dad5697cd82d46d9dd9e8e8d0f647e6
patch 8.2.4283: using a variable for the return value is not needed

Problem:    Using a variable for the return value is not needed.
Solution:   Return the value directly. (closes #9687)
src/ex_docmd.c
src/misc2.c
src/version.c