0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2021-08-21 20:50:35 +02:00
parent bebf06954e
commit bf5f287833
5 changed files with 40 additions and 3 deletions

View File

@@ -3579,7 +3579,7 @@ theend:
* 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;