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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user