From f1eeae94fd78f81d85d2abe3d955dc21d5ef979c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 14 May 2010 23:14:42 +0200 Subject: updated for version 7.2.433 Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher) --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 39ef89caa..fc6350249 100644 --- a/src/version.c +++ b/src/version.c @@ -681,6 +681,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 433, /**/ 432, /**/ -- cgit v1.2.1