diff src/version.c @ 2782:0a0d7961b4fe v7.3.167

updated for version 7.3.167 Problem: When using the internal grep QuickFixCmdPost is not triggered. (Yukihiro Nakadaira) Solution: Change the place where autocommands are triggered.
author Bram Moolenaar <bram@vim.org>
date Thu, 28 Apr 2011 17:27:09 +0200
parents 5ddb68c2a845
children 930b171ce3fc
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 */
 /**/
+    167,
+/**/
     166,
 /**/
     165,