commit | b852c3e64d319d6ec47dd780c8654ae095e1d8c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 16:55:36 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 11 16:55:36 2018 +0100 |
tree | 8253a1081afe78e1af8e24e1f034910ce19d295d | |
parent | 12a96de430779b88795fac87a2be666d9f661d1e [diff] [blame] |
patch 8.0.1596: no autocommand specifically for opening a terminal window Problem: No autocommand specifically for opening a terminal window. Solution: Add TerminalOpen. (?, closes #2484)
diff --git a/src/version.c b/src/version.c index 4f1c001..a6ca132 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1596, +/**/ 1595, /**/ 1594,