From 657137ca487c60d63989236115115161def270a5 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 9 Jan 2021 15:45:23 +0100 Subject: patch 8.2.2319: "exptype_T" can be read as "expected type" Problem: "exptype_T" can be read as "expected type". Solution: Rename to "exprtype_T", expression type. --- src/typval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/typval.c') diff --git a/src/typval.c b/src/typval.c index d16f0e6df..e620bedd7 100644 --- a/src/typval.c +++ b/src/typval.c @@ -649,7 +649,7 @@ copy_tv(typval_T *from, typval_T *to) typval_compare( typval_T *typ1, // first operand typval_T *typ2, // second operand - exptype_T type, // operator + exprtype_T type, // operator int ic) // ignore case { int i; -- cgit v1.2.1