commit | e3cc6d422367e5d7a0a15c69480313644caefd01 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 21:58:34 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 20 21:58:34 2011 +0200 |
tree | 57d417b4eaa46fd4eddf962e724cdf8829f3ad0b | |
parent | 6cc00c75c1349821e95c6128da55110463bab208 [diff] [blame] |
updated for version 7.3.346 Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye)
diff --git a/src/version.c b/src/version.c index 01ee544..80c2460 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 346, +/**/ 345, /**/ 344,