mirror of
https://github.com/zoriya/vim.git
synced 2025-12-19 05:35:17 +00:00
updated for version 7.0-175
This commit is contained in:
@@ -16073,6 +16073,10 @@ error:
|
||||
}
|
||||
}
|
||||
|
||||
/* add a terminating NUL */
|
||||
ga_grow(&ga, 1);
|
||||
ga_append(&ga, NUL);
|
||||
|
||||
rettv->vval.v_string = ga.ga_data;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user