diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-30 00:14:18 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-30 00:14:18 +0000 |
commit | 280f126ef03c4e7d71d2c8341d661d3e37157851 (patch) | |
tree | d65ce0b9c87c5c0d04432cad5eafcbdbfebf0239 /src/quickfix.c | |
parent | 17c7c011706af19bb736c6815375f3b67a5646fc (diff) | |
download | vim-git-280f126ef03c4e7d71d2c8341d661d3e37157851.tar.gz |
updated for version 7.0189v7.0189
Diffstat (limited to 'src/quickfix.c')
-rw-r--r-- | src/quickfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickfix.c b/src/quickfix.c index ff3e4ce09..ca6cc4080 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -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; } |