mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
fix(startup): avoid crash with completion from -l script (#32160)
Related #27764
This commit is contained in:
@@ -360,7 +360,7 @@ int main(int argc, char **argv)
|
||||
|
||||
setbuf(stdout, NULL); // NOLINT(bugprone-unsafe-functions)
|
||||
|
||||
full_screen = !silent_mode || exmode_active;
|
||||
full_screen = !silent_mode;
|
||||
|
||||
// Set the default values for the options that use Rows and Columns.
|
||||
win_init_size();
|
||||
|
Reference in New Issue
Block a user