commit | 6a07644db30cb5f3d0c6dc5eb2c348b6289da553 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 15 20:32:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 15 20:32:58 2020 +0100 |
tree | 809c5c0da918231439589f9e34b23b86c8f0aac6 | |
parent | 2dfae04f376a58d4c5a801cb652c8eae65900672 [diff] [blame] |
patch 8.2.1990: cursor position wrong in terminal popup with finished job Problem: Cursor position wrong in terminal popup with finished job. Solution: Only add the top and left offset when not done already. (closes #7298)
diff --git a/src/version.c b/src/version.c index 3990076..5978bdc 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1990, +/**/ 1989, /**/ 1988,