commit | ae147ab2d7649e7a0bcf11b9f3db1900c1a4d594 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 11 17:09:09 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 11 17:09:09 2017 +0100 |
tree | 5be92b86940a7e7e5ac87cf991c9fb826be69222 | |
parent | aeeb6888ca3ee5122793b37c5aacc6c960b02c37 [diff] [blame] |
patch 8.0.1288: GUI: cannot drag the statusline of a terminal window Problem: GUI: cannot drag the statusline of a terminal window. Solution: Handle the TERMINAL state. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 89f4046..ee19745 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1288, +/**/ 1287, /**/ 1286,