mirror of
https://github.com/vim/vim.git
synced 2025-08-29 20:33:37 -04:00
patch 9.1.1117: there are a few minor style issues
Problem: there are a few minor style issues Solution: fix the issues (Hirohito Higashi) closes: #16646 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
b5f463ce4f
commit
5887cce1d7
@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1117,
|
||||||
/**/
|
/**/
|
||||||
1116,
|
1116,
|
||||||
/**/
|
/**/
|
||||||
|
@ -2489,7 +2489,7 @@ early_ret:
|
|||||||
|
|
||||||
if (success && is_enum && num_enum_values == 0)
|
if (success && is_enum && num_enum_values == 0)
|
||||||
// Empty enum statement. Add an empty "values" class variable
|
// Empty enum statement. Add an empty "values" class variable
|
||||||
enum_add_values_member(cl, &classmembers, 0, &type_list);
|
success = enum_add_values_member(cl, &classmembers, 0, &type_list);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check a few things
|
* Check a few things
|
||||||
|
@ -902,7 +902,7 @@ compile_load(
|
|||||||
|| (imp = find_imported(name, 0, FALSE)) != NULL
|
|| (imp = find_imported(name, 0, FALSE)) != NULL
|
||||||
|| (imp = find_imported_from_extends(cctx, name, 0, FALSE))
|
|| (imp = find_imported_from_extends(cctx, name, 0, FALSE))
|
||||||
!= NULL)
|
!= NULL)
|
||||||
res = compile_load_scriptvar(cctx, name, *arg, &end, imp);
|
res = compile_load_scriptvar(cctx, name, *arg, &end, imp);
|
||||||
|
|
||||||
// When evaluating an expression and the name starts with an
|
// When evaluating an expression and the name starts with an
|
||||||
// uppercase letter it can be a user defined function.
|
// uppercase letter it can be a user defined function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user