| commit | d236ac0d49aca2f0fa5cb5232baae7a0b1b90d59 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:14:14 2011 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Thu May 05 17:14:14 2011 +0200 |
| tree | ff0d7e13031a5065325b40f782f6992388be8e55 | |
| parent | 1c32dff7d6b4cf00d1e63ac79968e9deb8b90e2e [diff] |
updated for version 7.3.173
Problem: After using setqflist() to make the quickfix list empty ":cwindow"
may open the window anyway. Also after ":vimgrep".
Solution: Correctly check whether the list is empty. (Ingo Karkat)