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,