commit | dcdeaaf1505b96aa7a31ccd4becc92c32119bdda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 22:19:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 17 22:19:12 2018 +0200 |
tree | 52bde88c1e1a7be98f75ceeed8f104799ed41f2d | |
parent | b3307b5e7e7bd3962b0d5c61a94e638564c146b0 [diff] [blame] |
patch 8.1.0072: use of 'termwinkey' is inconsistent Problem: Use of 'termwinkey' is inconsistent. Solution: Change the documentation and the behavior. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 366e845..6ce6780 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 72, +/**/ 71, /**/ 70,