mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
patch 8.2.0627: Vim9: error message does not work
Problem: Vim9: error message does not work. (Yegappan Lakshmanan) Solution: Swap lines.
This commit is contained in:
@@ -2614,8 +2614,8 @@ ex_function(exarg_T *eap)
|
||||
}
|
||||
else
|
||||
{
|
||||
ret_type = NULL;
|
||||
semsg(_("E1056: expected a type: %s"), ret_type);
|
||||
ret_type = NULL;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user