mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user