commit | d2842ea60bd608b7f9ec93c77d3f36a8e3bf5fe9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 26 23:08:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 26 23:08:54 2019 +0200 |
tree | d10208c36706ae29c65fba43fbf02aeced49eccd | |
parent | d2c1fb476d5816db129eb428ffef6a81027eb13a [diff] [blame] |
patch 8.1.2080: the terminal API is limited and can't be disabled Problem: The terminal API is limited and can't be disabled. Solution: Add term_setapi() to set the function prefix. (Ozaki Kiichi, closes #2907)
diff --git a/src/version.c b/src/version.c index f7d7ede..44d4d04 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2080, +/**/ 2079, /**/ 2078,