vim-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.
657137ca48

Vim9 changes omitted.
This commit is contained in:
Jan Edmund Lazo
2021-04-11 11:58:29 -04:00
parent ca214311d2
commit b2971ebeed
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ typedef enum {
EXPR_NOMATCH, ///< !~
EXPR_IS, ///< is
EXPR_ISNOT, ///< isnot
} exptype_T;
} exprtype_T;
/// Type for dict_list function
typedef enum {