commit | 6dab00aa5417f62f8c2c85c7c4ae871b4f1171f4 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri May 20 13:45:59 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 20 13:45:59 2022 +0100 |
tree | 42b5898c0eeb45d5282aaff24d65dc30b34a1421 | |
parent | b0855f5324b348921d412d97193e8c8bc3b5d1dd [diff] [blame] |
patch 8.2.4984: dragging statusline fails for window with winbar Problem: Dragging statusline fails for window with winbar. Solution: Fix off-by-one error. (closes #10448)
diff --git a/src/version.c b/src/version.c index 1ac4560..40b81d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4984, +/**/ 4983, /**/ 4982,