diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:14:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-14 23:14:42 +0200 |
commit | f1eeae94fd78f81d85d2abe3d955dc21d5ef979c (patch) | |
tree | d647940aa277e80aec1cf26d5be37643ca9a0145 /src/version.c | |
parent | 70b11cdd56a062d19eefb483f549da1578aaea40 (diff) | |
download | vim-git-f1eeae94fd78f81d85d2abe3d955dc21d5ef979c.tar.gz |
updated for version 7.2.433v7.2.433
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost.
Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 39ef89caa..fc6350249 100644 --- a/src/version.c +++ b/src/version.c @@ -682,6 +682,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 433, +/**/ 432, /**/ 431, |