mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04: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