mirror of
https://github.com/vim/vim
synced 2025-07-16 01:01:58 +00:00
updated for version 7.0174
This commit is contained in:
@ -8459,12 +8459,7 @@ f_exists(argvars, rettv)
|
||||
else if (*p == '#')
|
||||
{
|
||||
#ifdef FEAT_AUTOCMD
|
||||
name = p + 1;
|
||||
p = vim_strchr(name, '#');
|
||||
if (p != NULL)
|
||||
n = au_exists(name, p, p + 1);
|
||||
else
|
||||
n = au_exists(name, name + STRLEN(name), NULL);
|
||||
n = au_exists(p + 1);
|
||||
#endif
|
||||
}
|
||||
else /* internal variable */
|
||||
|
Reference in New Issue
Block a user