aboutsummaryrefslogtreecommitdiff
path: root/scripts/text_utils.lua
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-03-07 18:12:57 +0800
committerglepnir <glephunter@gmail.com>2024-03-09 18:20:59 +0800
commitb21d960119344b19f8cec64f8e9d56bfa9cdce85 (patch)
tree205449ce50eb8ce41a3207dd0505c7f2c594d3fa /scripts/text_utils.lua
parent649dd00fe2e54183cc210f24d36504a61e5ea605 (diff)
downloadrneovim-b21d960119344b19f8cec64f8e9d56bfa9cdce85.tar.gz
rneovim-b21d960119344b19f8cec64f8e9d56bfa9cdce85.tar.bz2
rneovim-b21d960119344b19f8cec64f8e9d56bfa9cdce85.zip
fix(startup): set full_screen when in ex_mode
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.
Diffstat (limited to 'scripts/text_utils.lua')
0 files changed, 0 insertions, 0 deletions