diff src/version.c @ 2795:133d089f247e v7.3.173

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)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 May 2011 17:14:14 +0200
parents ee48b3da9d53
children 820f12659c50
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    173,
+/**/
     172,
 /**/
     171,