mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.4117: Vim9: wrong white space error after using imported item
Problem: Vim9: wrong white space error after using imported item. Solution: Don't skip over white space. (closes #9544)
This commit is contained in:
@@ -6001,7 +6001,6 @@ handle_subscript(
|
||||
idx = find_exported(rettv->vval.v_number, exp_name, &ufunc, &type,
|
||||
evalarg->eval_cctx, verbose);
|
||||
**arg = cc;
|
||||
*arg = skipwhite(*arg);
|
||||
|
||||
if (idx < 0 && ufunc == NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user