]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0885: style of sign.c can be improved v9.1.0885
authorLuca Saccarola <github.e41mv@aleeas.com>
Sun, 24 Nov 2024 13:25:06 +0000 (14:25 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 24 Nov 2024 13:25:06 +0000 (14:25 +0100)
commit78ca80f856d671a778e3d133b6fc252658dfd896
tree1b59da193143672c596229ff1704619143ad46cc
parentc847c12cddcd3943f6a23235dd2f749edc72c997
patch 9.1.0885: style of sign.c can be improved

Problem:  style of sign.c can be improved
Solution: Refactor code (Luca Saccarola)

Purpose of this commit is:
- separate clearly sections of code
- declare variables at the lowest scope possible
- initialize all variables

closes: #16092

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/sign.c
src/version.c