0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0184

This commit is contained in:
Bram Moolenaar
2006-01-21 22:16:51 +00:00
parent c716c306e9
commit 0ac9379acf
5 changed files with 14 additions and 3 deletions

View File

@@ -13579,8 +13579,10 @@ f_setqflist(argvars, rettv)
typval_T *argvars;
typval_T *rettv;
{
#ifdef FEAT_QUICKFIX
char_u *act;
int action = ' ';
#endif
rettv->vval.v_number = -1;