1
0
forked from aniani/vim

updated for version 7.0189

This commit is contained in:
Bram Moolenaar
2006-01-30 00:14:18 +00:00
parent 17c7c01170
commit 280f126ef0
27 changed files with 379 additions and 251 deletions

View File

@@ -3318,7 +3318,7 @@ set_errorlist(wp, list, action)
if (wp != NULL)
{
qi = ll_get_or_alloc_list(curwin);
qi = ll_get_or_alloc_list(wp);
if (qi == NULL)
return FAIL;
}