commit | e76062c078debed0df818f70e4db14ad7a7cb53a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 18:51:43 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 18:51:43 2022 +0000 |
tree | e43b3b076fdea909c460219e896237a8924ccb6b | |
parent | 74a694dbe20bb7dea4e06f474cf62e20f9c92f1d [diff] [blame] |
patch 9.0.0965: using one window for executing autocommands is insufficient Problem: Using one window for executing autocommands is insufficient. Solution: Use up to five windows for executing autocommands.
diff --git a/src/version.c b/src/version.c index e53ad97..8d51ea7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 965, +/**/ 964, /**/ 963,