commit | 3e559cd88486ffab6b6fb4e0921b4600d137a617 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Mar 27 19:26:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 27 19:26:55 2022 +0100 |
tree | 282c592a9ddd18ff55bbe6c4094157167f86bfda | |
parent | 565d1278cbbb7bc927bee207d5c2bc0bb95928fa [diff] [blame] |
patch 8.2.4638: superfluous check if a redraw is needed for 'cursorline' Problem: Superfluous check if a redraw is needed for 'cursorline'. Solution: Remove check_redraw_cursorline(). (closes #10030, closes #10029)
diff --git a/src/version.c b/src/version.c index 4bcf0ae..569d12c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4638, +/**/ 4637, /**/ 4636,