Merge pull request #15580 from seandewar/vim-8.2.3378

vim-patch:8.2.{3378,3379,3384,3386,3398,3400}
This commit is contained in:
Jan Edmund Lazo
2021-09-17 09:39:36 -04:00
committed by GitHub
11 changed files with 238 additions and 90 deletions

View File

@@ -3230,7 +3230,7 @@ const char * set_one_cmd_context(expand_T *xp, const char *buff)
}
}
}
// Check for user names
// Check for user names.
if (*xp->xp_pattern == '~') {
for (p = (const char *)xp->xp_pattern + 1; *p != NUL && *p != '/'; p++) {
}