]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2075 v7.4.2075
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 20:31:36 +0000 (22:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 20:31:36 +0000 (22:31 +0200)
commitc917da4b3e8801a255dbefea8e4ed19c1c716dd8
tree4c4ca7b3b658f666aa781e2f9e51e9dafc57f6d6
parent0a0f641b9841189ba4180758109d04d0a26e50e3
patch 7.4.2075
Problem:    No autocommand event to initialize a window or tab page.
Solution:   Add WinNew and TabNew events. (partly by Felipe Morales)
runtime/doc/autocmd.txt
src/fileio.c
src/testdir/test_autocmd.vim
src/version.c
src/vim.h
src/window.c