commit | e08795e1ecf0b85751e9f41021603c39ef026d92 | [log] [tgz] |
---|---|---|
author | matveyt <matthewtarasov@gmail.com> | Fri May 07 15:00:17 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 07 15:00:17 2021 +0200 |
tree | b98e9c20e0563162d9e110cb4189e3f4e1f034f9 | |
parent | 261417b872e6449fe1ca4e7d10f1cfd9736ea453 [diff] [blame] |
patch 8.2.2841: MS-Windows: cursor wrong when 'lz' and 'stl' are set Problem: MS-Windows: cursor in wrong position when 'lazyredraw' and 'statusline' are set. Solution: Call compute_cmdrow(). (closes #8170, closes #8184)
diff --git a/src/version.c b/src/version.c index d2ffe6f..4770cb3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2841, +/**/ 2840, /**/ 2839,