0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.3249: Vim9: error for re-imported function with default argument

Problem:    Vim9: error for re-imported function with default argument.
Solution:   Do not check argument type if it is still unknown. (closes #8653)
This commit is contained in:
Bram Moolenaar
2021-07-29 22:48:54 +02:00
parent 921ba52926
commit 60dc8274e9
8 changed files with 26 additions and 10 deletions

View File

@@ -2736,4 +2736,7 @@ long elapsed(DWORD start_tick);
// Maximum number of characters that can be fuzzy matched
#define MAX_FUZZY_MATCHES 256
// flags for equal_type()
#define ETYPE_ARG_UNKNOWN 1
#endif // VIM__H