commit | 28ed4dfe1f80905fb399c2cde31ace5ee14d8c67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 16:21:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 16:21:40 2019 +0200 |
tree | 5af64962e98e743b85f17da32f8111c2a875ba46 | |
parent | 453c19257f6d97904ec2e3823e88e63c983f2f9a [diff] [blame] |
patch 8.1.2219: no autocommand for open window with terminal Problem: No autocommand for open window with terminal. Solution: Add TerminalWinOpen. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index af29302..345fc7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2219, +/**/ 2218, /**/ 2217,