mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2566: Vim9: Function name is not recognized
Problem: Vim9: Function name is not recognized. Solution: Change lookup_scriptvar() to also find function names. (closes #7770)
This commit is contained in:
@@ -138,7 +138,7 @@ ex_export(exarg_T *eap)
|
||||
}
|
||||
|
||||
eap->cmd = eap->arg;
|
||||
(void)find_ex_command(eap, NULL, lookup_scriptvar, NULL);
|
||||
(void)find_ex_command(eap, NULL, lookup_scriptitem, NULL);
|
||||
switch (eap->cmdidx)
|
||||
{
|
||||
case CMD_let:
|
||||
|
Reference in New Issue
Block a user