diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-03-28 06:40:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 06:40:00 +0800 |
commit | 79dcd045d3623ff71903e2806be489bd5fe3200d (patch) | |
tree | 8c8c262404a9888c3acebd48272d0f31840a07a6 /src/nvim/normal.c | |
parent | a201dd265f3f20be954d8b7ee7f65d3eb6f920f6 (diff) | |
parent | ab02b28b4e14ecd22facab9377ea71aff2ffdfdb (diff) | |
download | rneovim-79dcd045d3623ff71903e2806be489bd5fe3200d.tar.gz rneovim-79dcd045d3623ff71903e2806be489bd5fe3200d.tar.bz2 rneovim-79dcd045d3623ff71903e2806be489bd5fe3200d.zip |
Merge pull request #17889 from zeertzjq/vim-8.2.4638
vim-patch:8.2.{4638,4630}: cursorlineopt=screenline redrawing
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index e773351d63..6c7595d1a4 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -1295,9 +1295,6 @@ static void normal_redraw(NormalState *s) redrawWinline(curwin, curwin->w_cursor.lnum); } - // Might need to update for 'cursorline'. - check_redraw_cursorline(); - if (VIsual_active) { update_curbuf(INVERTED); // update inverted part } else if (must_redraw) { |