mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.2.2165: Vim9: assignment to dict member does not work
Problem: Vim9: assignment to dict member does not work. Solution: Fix recognizing dict member. (closes #7484)
This commit is contained in:
@@ -3332,6 +3332,8 @@ find_ex_command(
|
||||
|
||||
// When followed by "=" or "+=" then it is an assignment.
|
||||
++emsg_silent;
|
||||
if (*after == '.')
|
||||
after = skipwhite(after + 1);
|
||||
if (skip_expr(&after, NULL) == OK)
|
||||
after = skipwhite(after);
|
||||
else
|
||||
|
Reference in New Issue
Block a user