diff options
author | bfredl <bjorn.linse@gmail.com> | 2023-03-12 13:47:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-12 13:47:39 +0100 |
commit | e5f4394eb7a27a9e5eaab088e6acf5553c64cf59 (patch) | |
tree | 96121391a4fec3845248eab7571819c9ebbda1a6 /src/nvim/optionstr.c | |
parent | d15abd1be4ae85b10174e3ee139d3b7605e87577 (diff) | |
parent | 846a056744bf458d4376cd7638c94f7c82862046 (diff) | |
download | rneovim-e5f4394eb7a27a9e5eaab088e6acf5553c64cf59.tar.gz rneovim-e5f4394eb7a27a9e5eaab088e6acf5553c64cf59.tar.bz2 rneovim-e5f4394eb7a27a9e5eaab088e6acf5553c64cf59.zip |
Merge pull request #22590 from bfredl/status2
refactor(redraw): make cursor position use the "redraw later" pattern
Diffstat (limited to 'src/nvim/optionstr.c')
-rw-r--r-- | src/nvim/optionstr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/optionstr.c b/src/nvim/optionstr.c index 0774baf2d8..5127bb2097 100644 --- a/src/nvim/optionstr.c +++ b/src/nvim/optionstr.c @@ -1221,7 +1221,6 @@ static void did_set_statusline(win_T *win, char **varp, char **gvarp, char **err } if (varp == &p_ruf && *errmsg == NULL) { comp_col(); - win_redr_ruler(curwin); } // add / remove window bars for 'winbar' if (gvarp == &p_wbr) { |