commit | b00fdf6eed5fec589a86655249a851c2d9ba3bb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 21 22:16:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 21 22:16:21 2017 +0200 |
tree | e7ca238d08cc49e98c279111acbc43dc506df15e | |
parent | 9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6 [diff] [blame] |
patch 8.0.1131: not easy to trigger an autocommand for new terminal window Problem: It is not easy to trigger an autocommand for new terminal window. (Marco Restelli) Solution: Trigger BufWinEnter after setting 'buftype'.
diff --git a/src/version.c b/src/version.c index 84dd7e7..1ff5b3e 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,