commit | f5452691ba30e33b38c5b06c51ba40b58457d5d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 21:56:06 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 21:56:06 2020 +0100 |
tree | 7cf03c30dda8de02049a1aa74c1b7f026cf096c7 | |
parent | ce2c5444e2556d8d156ab447d6d196f9ecd11ddc [diff] [blame] |
patch 8.2.2067: cursor position in popup terminal is wrong Problem: Cursor position in popup terminal is wrong. Solution: Don't check the flags.
diff --git a/src/version.c b/src/version.c index b94f0df..e92d754 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2067, +/**/ 2066, /**/ 2065,