]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0059: No event triggered before creating a window v9.1.0059
authorSergey Vlasov <sergey@vlasov.me>
Thu, 25 Jan 2024 22:07:00 +0000 (23:07 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Jan 2024 22:07:00 +0000 (23:07 +0100)
commit1f47db75fdc8c53c5c778b26ecfa0942ac801f22
tree3e08bda69c9a77e744431b723f6e50fb74b06955
parent92e90a1e102825aa9149262cacfc991264db05df
patch 9.1.0059: No event triggered before creating a window

Problem:  No event is triggered before creating a window.
          (Sergey Vlasov)
Solution: Add the WinNewPre event (Sergey Vlasov)

fixes: #10635
closes: #12761

Signed-off-by: Sergey Vlasov <sergey@vlasov.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/autocmd.txt
runtime/doc/tags
runtime/doc/todo.txt
runtime/syntax/vim.vim
src/autocmd.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h
src/window.c