commit | 0785ccf99523b07cf4edd34ba685310d069631f4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 16:32:05 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 24 16:32:05 2010 +0100 |
tree | c8a7bdd7effb59afa358eefa7ca7e7c262388b71 | |
parent | 4dbbff57baebde02a8bdb26a25947c3964ec6198 [diff] [blame] |
updated for version 7.3.066 Problem: Crash when changing to another window while in a :vimgrep command. (Christian Brabandt) Solution: When wiping out the dummy before, remove it from aucmd_win.
diff --git a/src/version.c b/src/version.c index e334d0a..95c0262 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64,