mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
b21d960119
Problem Description: In ex_mode, the default_grid.chars are not allocated, and subsequently, the w_grid.target in curwin is not allocated to default_grid in update_screen. This leads to a null pointer crash when the completion function is executed in ex_mode. Solution: Set full_screen when in ex_mode to ensure that default_grid is allocated. |
||
---|---|---|
.. | ||
channels_spec.lua | ||
exit_spec.lua | ||
fileio_spec.lua | ||
job_spec.lua | ||
log_spec.lua | ||
main_spec.lua | ||
path_spec.lua | ||
remote_spec.lua | ||
spellfile_spec.lua | ||
startup_spec.lua |