mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 07:48:18 +00:00
PVS/V1032: pointer cast to a more strictly aligned type
This commit is contained in:
@@ -4702,7 +4702,7 @@ ExpandFromContext (
|
||||
return ret;
|
||||
}
|
||||
|
||||
*file = (char_u **)"";
|
||||
*file = &vim_emptystr;
|
||||
*num_file = 0;
|
||||
if (xp->xp_context == EXPAND_HELP) {
|
||||
/* With an empty argument we would get all the help tags, which is
|
||||
|
Reference in New Issue
Block a user