commit | 171a921b51101c1261040d28a8147c8829b675d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 21:08:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 12 21:08:59 2019 +0200 |
tree | f6c53c7bc562a04ef8529e34d0f16fe9bd2f4fcf | |
parent | 4facea310c2788c88f021b262658b847381a50a8 [diff] [blame] |
patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeys Problem: Side effects when using t_ti to enable modifyOtherKeys. Solution: Add t_TI and t_TE.
diff --git a/src/version.c b/src/version.c index 615d24e..8ad31a0 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2144, +/**/ 2143, /**/ 2142,