mirror of
https://github.com/neovim/neovim.git
synced 2025-11-21 09:36:29 +00:00
fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718)
This commit is contained in:
@@ -169,7 +169,7 @@ local function setup_child_nvim(args, opts)
|
||||
env.VIMRUNTIME = os.getenv('VIMRUNTIME')
|
||||
end
|
||||
|
||||
return screen_setup(0, argv, opts.cols, env)
|
||||
return screen_setup(opts.extra_rows, argv, opts.cols, env)
|
||||
end
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user