Mercurial > vim
diff src/ex_getln.c @ 29515:e988bbf50e09 v9.0.0099
patch 9.0.0099: scrollback can be wrong after redrawing the command line
Commit: https://github.com/vim/vim/commit/46af7bc08debbf408d025680eeef136fb3b528ef
Author: zeertzjq <zeertzjq@outlook.com>
Date: Thu Jul 28 12:34:09 2022 +0100
patch 9.0.0099: scrollback can be wrong after redrawing the command line
Problem: Scrollback can be wrong after redrawing the command line.
Solution: Clear unfinished scrollback when redrawing. (closes https://github.com/vim/vim/issues/10807)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 28 Jul 2022 13:45:04 +0200 |
parents | 7c639dff32dd |
children | 8a243ecfe2dd |
line wrap: on
line diff
--- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -3892,6 +3892,7 @@ redrawcmd(void) return; } + sb_text_restart_cmdline(); msg_start(); redrawcmdprompt(); @@ -4106,7 +4107,7 @@ get_cmdline_info(void) #if defined(FEAT_EVAL) || defined(FEAT_CMDWIN) || defined(PROTO) /* - * Get pointer to the command line info to use. save_ccline() may clear + * Get pointer to the command line info to use. save_cmdline() may clear * ccline and put the previous value in prev_ccline. */ static cmdline_info_T *