diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-11 22:27:50 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-11 22:27:50 +0200 |
commit | da43b61dddcf81439a6f1716956a4e8d9046e68f (patch) | |
tree | c7433cdf21bc7e992efb60e5fda531140df395c6 /src/version.c | |
parent | 8ed54007399f968aab447ae6cb46623b1bdbc75e (diff) | |
download | vim-git-8.0.0910.tar.gz |
patch 8.0.0910: cannot create a terminal in the current windowv8.0.0910
Problem: Cannot create a terminal in the current window.
Solution: Add option "curwin" and ++curwin.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 741c4a235..d88001de4 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 910, +/**/ 909, /**/ 908, |