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: #16092 Signed-off-by: Luca Saccarola <github.e41mv@aleeas.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
c847c12cdd
commit
78ca80f856
2 changed files with 367 additions and 296 deletions
661
src/sign.c
661
src/sign.c
File diff suppressed because it is too large
Load diff
|
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
885,
|
||||
/**/
|
||||
884,
|
||||
/**/
|
||||
|
|
Loading…
Add table
Reference in a new issue