0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0013

This commit is contained in:
Bram Moolenaar
2004-07-29 08:43:53 +00:00
parent 5eb86f9199
commit 269ec658f0
17 changed files with 266 additions and 126 deletions

View File

@@ -8065,6 +8065,7 @@ f_winrestcmd(argvars, retvar)
# endif
++winnr;
}
ga_append(&ga, NUL);
retvar->var_val.var_string = ga.ga_data;
#else