comparison src/eval.c @ 637:a420bba0d851 v7.0184

updated for version 7.0184
author vimboss
date Sat, 21 Jan 2006 22:16:51 +0000
parents 1c586ee8dd45
children 19106f131c87
comparison
equal deleted inserted replaced
636:5ad3b5d4ecc0 637:a420bba0d851
13577 static void 13577 static void
13578 f_setqflist(argvars, rettv) 13578 f_setqflist(argvars, rettv)
13579 typval_T *argvars; 13579 typval_T *argvars;
13580 typval_T *rettv; 13580 typval_T *rettv;
13581 { 13581 {
13582 #ifdef FEAT_QUICKFIX
13582 char_u *act; 13583 char_u *act;
13583 int action = ' '; 13584 int action = ' ';
13585 #endif
13584 13586
13585 rettv->vval.v_number = -1; 13587 rettv->vval.v_number = -1;
13586 13588
13587 #ifdef FEAT_QUICKFIX 13589 #ifdef FEAT_QUICKFIX
13588 if (argvars[0].v_type != VAR_LIST) 13590 if (argvars[0].v_type != VAR_LIST)