commit | 6d150f783d5d3820fe69734dda1e79b8276a84d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 20:03:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 21 20:03:20 2018 +0200 |
tree | 125a3491b68b80a72f67f07194d33cdbabc68d70 | |
parent | e1fc51558dc14906a8d9f6a6e7bb1ac2a6ba8f3d [diff] [blame] |
patch 8.0.1743: terminal window options are named inconsistently Problem: Terminal window options are named inconsistently. Solution: prefix terminal window options with "termwin". Keep the old names for now as an alias.
diff --git a/src/version.c b/src/version.c index 53aba0d..52486ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1743, +/**/ 1742, /**/ 1741,