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] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d4edf67..c44d2f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 173, +/**/ 172, /**/ 171,