]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4335: no autocommand event triggered before changing directory v8.2.4335
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Feb 2022 12:58:20 +0000 (12:58 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Feb 2022 12:58:20 +0000 (12:58 +0000)
commit28e8f73ae2d90009fd62cd60f97c2643ba44de68
treedd381874612b06d380a05c01c6c4b510c861d885
parent68cc2b8a37197872e737fb61244069e13b7227a2
patch 8.2.4335: no autocommand event triggered before changing directory

Problem:    No autocommand event triggered before changing directory. (Ronnie
            Magatti)
Solution:   Add DirChangedPre. (closes #9721)
runtime/doc/autocmd.txt
src/autocmd.c
src/ex_docmd.c
src/misc2.c
src/proto/ex_docmd.pro
src/testdir/test_autocmd.vim
src/version.c
src/vim.h