commit | 69fbc9e1dab176f345719436cd89d854df0a2abd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 20:37:57 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 20:37:57 2017 +0200 |
tree | cb082b52c6e0e9a2bd99db92b83aa7269d90cdaa | |
parent | 38baa3e63427112d389de5e5942243414d9b1336 [diff] [blame] |
patch 8.0.1108: cannot specify mappings for the terminal window Problem: Cannot specify mappings for the terminal window. Solution: Add the :tmap command and associated code. (Jacob Askeland, closes #2073)
diff --git a/src/version.c b/src/version.c index 09923fa..c8191cc 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1108, +/**/ 1107, /**/ 1106,