1
0
forked from aniani/vim

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:
Hirohito Higashi
2025-02-16 16:34:30 +01:00
committed by Christian Brabandt
parent b5f463ce4f
commit 5887cce1d7
3 changed files with 4 additions and 2 deletions

View File

@@ -902,7 +902,7 @@ compile_load(
|| (imp = find_imported(name, 0, FALSE)) != NULL
|| (imp = find_imported_from_extends(cctx, name, 0, FALSE))
!= 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
// uppercase letter it can be a user defined function.