0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0076

This commit is contained in:
Bram Moolenaar
2005-05-27 20:23:44 +00:00
parent 21de6660e1
commit 0e6830e009
5 changed files with 38 additions and 6 deletions

View File

@@ -12350,7 +12350,7 @@ f_setline(argvars, rettv)
typval_T *rettv;
{
linenr_T lnum;
char_u *line;
char_u *line = NULL;
list_T *l = NULL;
listitem_T *li = NULL;
long added = 0;