commit | f18c4dbbe545757ce93563b25380e6f010340b4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 22:10:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 08 22:10:06 2016 +0200 |
tree | 458257dbf712b39892f42a0d4ebd8581224d886b | |
parent | 0eaadec6b275a8add49242e1940855fcd154ba64 [diff] [blame] |
patch 7.4.2346 Problem: Autocommand test fails when run directly, passes when run as part of test_alot. Solution: Add command to make the cursor move. Close a tab page.
diff --git a/src/version.c b/src/version.c index fac99ac..55f8541 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2346, +/**/ 2345, /**/ 2344,