summaryrefslogtreecommitdiff
path: root/src/proto/typval.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-09 15:45:23 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-09 15:45:23 +0100
commit657137ca487c60d63989236115115161def270a5 (patch)
treeec833bb8e11105d23ae7e2c771d6801d0f1802fb /src/proto/typval.pro
parente7525c552060dd04aacdbca6bb5fe6460cf4da60 (diff)
downloadvim-git-657137ca487c60d63989236115115161def270a5.tar.gz
patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319
Problem: "exptype_T" can be read as "expected type". Solution: Rename to "exprtype_T", expression type.
Diffstat (limited to 'src/proto/typval.pro')
-rw-r--r--src/proto/typval.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/typval.pro b/src/proto/typval.pro
index 46f893147..7a65376c6 100644
--- a/src/proto/typval.pro
+++ b/src/proto/typval.pro
@@ -18,7 +18,7 @@ char_u *tv_get_string_buf_chk(typval_T *varp, char_u *buf);
char_u *tv_stringify(typval_T *varp, char_u *buf);
int tv_check_lock(typval_T *tv, char_u *name, int use_gettext);
void copy_tv(typval_T *from, typval_T *to);
-int typval_compare(typval_T *typ1, typval_T *typ2, exptype_T type, int ic);
+int typval_compare(typval_T *typ1, typval_T *typ2, exprtype_T type, int ic);
char_u *typval_tostring(typval_T *arg);
int tv_islocked(typval_T *tv);
int tv_equal(typval_T *tv1, typval_T *tv2, int ic, int recursive);