mirror of
https://github.com/neovim/neovim.git
synced 2026-02-10 06:21:49 +10:00
Problem: Using one window for executing autocommands is insufficient. Solution: Use up to five windows for executing autocommands.e76062c078N/A patches for version.c: vim-patch:9.0.0966: some compilers don't allow a declaration after a label Problem: Some compilers don't allow a declaration after a label. Solution: Move the declaration to the start of the block. (John Marriott)f86490ed4fCo-authored-by: Bram Moolenaar <Bram@vim.org>