comparison src/main.c @ 31263:d8e7d725a666 v9.0.0965

patch 9.0.0965: using one window for executing autocommands is insufficient Commit: https://github.com/vim/vim/commit/e76062c078debed0df818f70e4db14ad7a7cb53a Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 28 18:51:43 2022 +0000 patch 9.0.0965: using one window for executing autocommands is insufficient Problem: Using one window for executing autocommands is insufficient. Solution: Use up to five windows for executing autocommands.
author Bram Moolenaar <Bram@vim.org>
date Mon, 28 Nov 2022 20:00:05 +0100
parents b1c66bff0a66
children fa309d9af73c
comparison
equal deleted inserted replaced
31262:7f766b7e17d5 31263:d8e7d725a666
120 params.want_full_screen = TRUE; 120 params.want_full_screen = TRUE;
121 #ifdef FEAT_EVAL 121 #ifdef FEAT_EVAL
122 params.use_debug_break_level = -1; 122 params.use_debug_break_level = -1;
123 #endif 123 #endif
124 params.window_count = -1; 124 params.window_count = -1;
125
126 autocmd_init();
125 127
126 #ifdef FEAT_RUBY 128 #ifdef FEAT_RUBY
127 { 129 {
128 int ruby_stack_start; 130 int ruby_stack_start;
129 vim_ruby_init((void *)&ruby_stack_start); 131 vim_ruby_init((void *)&ruby_stack_start);