diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-09-27 15:24:09 +0200 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-10-05 20:12:58 +0200 |
commit | cce0840cbfc3c4ee9ae1d3fc9b283d557d0204ab (patch) | |
tree | f1b91e8fc5ababd59ba73987cb9a7163de3ce0ed /src/nvim/message.c | |
parent | 6679687bb3909f853ae97dfa01ae08ea2baf7f97 (diff) | |
download | rneovim-cce0840cbfc3c4ee9ae1d3fc9b283d557d0204ab.tar.gz rneovim-cce0840cbfc3c4ee9ae1d3fc9b283d557d0204ab.tar.bz2 rneovim-cce0840cbfc3c4ee9ae1d3fc9b283d557d0204ab.zip |
refactor(redraw): various simplifications
Diffstat (limited to 'src/nvim/message.c')
-rw-r--r-- | src/nvim/message.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c index 060d969f4b..d6835e04eb 100644 --- a/src/nvim/message.c +++ b/src/nvim/message.c @@ -1159,10 +1159,6 @@ void wait_return(int redraw) c = CAR; // no need for a return in ex mode got_int = false; } else { - // Make sure the hit-return prompt is on screen when 'guioptions' was - // just changed. - screenalloc(); - State = MODE_HITRETURN; setmouse(); cmdline_row = msg_row; |