commit | bf5f2878333da934a8bdc560bf0bcf9a88ff86a1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 21 20:50:35 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 21 20:50:35 2021 +0200 |
tree | 2e41e267215698d5131d9f9ab8aecf4ed13637e6 | |
parent | bebf06954e1c801870b57e06ab03151c2654d079 [diff] [blame] |
patch 8.2.3365: Vim9: cannot use option for all operations Problem: Vim9: cannot use option for all operations. Solution: Recognize more operations. (closes #8779)
diff --git a/src/vim9compile.c b/src/vim9compile.c index ee63b32..17aba4a 100644 --- a/src/vim9compile.c +++ b/src/vim9compile.c
@@ -3579,7 +3579,7 @@ * Return a pointer to just after the name. Equal to "arg" if there is no * valid name. */ - static char_u * + char_u * to_name_end(char_u *arg, int use_namespace) { char_u *p;