commit | da43b61dddcf81439a6f1716956a4e8d9046e68f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 22:27:50 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 11 22:27:50 2017 +0200 |
tree | c7433cdf21bc7e992efb60e5fda531140df395c6 | |
parent | 8ed54007399f968aab447ae6cb46623b1bdbc75e [diff] [blame] |
patch 8.0.0910: cannot create a terminal in the current window Problem: Cannot create a terminal in the current window. Solution: Add option "curwin" and ++curwin.
diff --git a/src/version.c b/src/version.c index 741c4a2..d88001d 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908,