1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-26 11:45:22 +01:00

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: 

Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Luca Saccarola 2024-11-24 14:25:06 +01:00 committed by Christian Brabandt
parent c847c12cdd
commit 78ca80f856
No known key found for this signature in database
GPG key ID: F3F92DA383FDDE09
2 changed files with 367 additions and 296 deletions

File diff suppressed because it is too large Load diff

View file

@ -704,6 +704,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
885,
/**/
884,
/**/