forked from aniani/vim
patch 8.2.0201: cannot assign to an imported variable
Problem: Cannot assign to an imported variable. Solution: Make it work.
This commit is contained in:
@@ -4,7 +4,7 @@ type_T *parse_type(char_u **arg, garray_T *type_list);
|
||||
char *vartype_name(vartype_T type);
|
||||
char *type_name(type_T *type, char **tofree);
|
||||
int get_script_item_idx(int sid, char_u *name, int check_writable);
|
||||
imported_T *find_imported(char_u *name, cctx_T *cctx);
|
||||
imported_T *find_imported(char_u *name, size_t len, cctx_T *cctx);
|
||||
char_u *to_name_end(char_u *arg);
|
||||
char_u *to_name_const_end(char_u *arg);
|
||||
int assignment_len(char_u *p, int *heredoc);
|
||||
|
Reference in New Issue
Block a user