0
0
mirror of https://github.com/vim/vim.git synced 2025-11-09 10:37:17 -05:00

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'.
This commit is contained in:
Bram Moolenaar
2017-09-21 22:16:21 +02:00
parent 9cb03716c9
commit b00fdf6eed
2 changed files with 6 additions and 0 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1131,
/**/
1130,
/**/