summaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-02-07 13:56:44 +0000
committerBram Moolenaar <Bram@vim.org>2022-02-07 13:56:44 +0000
commit54969f4ef5825205ecde09ea80f4087fc3b68e5d (patch)
treea33efdb636d52d421266829a530a15e8f3cedb16 /src/eval.c
parent63ff72aab91679725077eab5c5405267792268bd (diff)
patch 8.2.4318: various comment and indent mistakes, returning wrong zerov8.2.4318
Problem: Various comment and indent mistakes, returning wrong zero. Solution: Fix the mistakes. Return NULL instead of FAIL.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/eval.c b/src/eval.c
index b5ccc4bdfb..7ab05be122 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -629,10 +629,10 @@ eval_expr(char_u *arg, exarg_T *eap)
*/
static char_u *
deref_function_name(
- char_u **arg,
- char_u **tofree,
- evalarg_T *evalarg,
- int verbose)
+ char_u **arg,
+ char_u **tofree,
+ evalarg_T *evalarg,
+ int verbose)
{
typval_T ref;
char_u *name = *arg;
@@ -2955,7 +2955,7 @@ eval_addlist(typval_T *tv1, typval_T *tv2)
/*
* Handle fourth level expression:
- * + number addition
+ * + number addition, concatenation of list or blob
* - number subtraction
* . string concatenation (if script version is 1)
* .. string concatenation