mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user