diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-27 19:26:55 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-03-27 19:26:55 +0100 |
commit | 3e559cd88486ffab6b6fb4e0921b4600d137a617 (patch) | |
tree | 282c592a9ddd18ff55bbe6c4094157167f86bfda /src/version.c | |
parent | 565d1278cbbb7bc927bee207d5c2bc0bb95928fa (diff) | |
download | vim-git-8.2.4639.tar.gz |
Problem: Superfluous check if a redraw is needed for 'cursorline'.
Solution: Remove check_redraw_cursorline(). (closes #10030, closes #10029)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 4bcf0aec2..569d12c2b 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4638, +/**/ 4637, /**/ 4636, |