commit | 89894aa671ed1db03d95d38cab300702c242239d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 05 22:43:10 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 05 22:43:10 2018 +0100 |
tree | df8428da5709addab11de887076889ed60e93265 | |
parent | 362dc33835e3ec5d41b7f29d8877da0a9e74c15c [diff] [blame] |
patch 8.0.1573: getwinpos(1) may cause response to be handled as command Problem: getwinpos(1) may cause response to be handled as command. Solution: Handle any cursor position report once one was request. (partly by Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index f1a3b95..8fd5ea7 100644 --- a/src/version.c +++ b/src/version.c
@@ -767,6 +767,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1573, +/**/ 1572, /**/ 1571,