mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 17:36:29 +00:00
Merge #8744 from janlazo/vim-8.0.0890
This commit is contained in:
@@ -6084,7 +6084,7 @@ static int open_cmdwin(void)
|
||||
|
||||
/* Replace the empty last line with the current command-line and put the
|
||||
* cursor there. */
|
||||
ml_replace(curbuf->b_ml.ml_line_count, ccline.cmdbuff, TRUE);
|
||||
ml_replace(curbuf->b_ml.ml_line_count, ccline.cmdbuff, true);
|
||||
curwin->w_cursor.lnum = curbuf->b_ml.ml_line_count;
|
||||
curwin->w_cursor.col = ccline.cmdpos;
|
||||
changed_line_abv_curs();
|
||||
|
Reference in New Issue
Block a user