commit | 423802d1a282df35078539970eabf559186e1ec8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 16:52:24 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 16:52:24 2017 +0200 |
tree | 0a252bea57b2e78f9407066ebe3ca0a0a093cbc1 | |
parent | 68c4bdd53cb54b6c0dccb2dcee446ef42ef3dedd [diff] [blame] |
patch 8.0.0813: cannot use a terminal window while the job is running Problem: Cannot use Vim commands in a terminal window while the job is running. Solution: Implement Terminal Normal mode.
diff --git a/src/version.c b/src/version.c index 7a3e04a..9cc8e14 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 813, +/**/ 812, /**/ 811,