]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0602: DirChanged is also triggered when directory didn't change v8.1.0602
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 14:38:02 +0000 (15:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 14:38:02 +0000 (15:38 +0100)
commit2caad3fbbdbf1486a176c9f6bfbc3d9be90e09f7
treef8c0b685281d64e985fd59046f1c12df66ca85bb
parent4efe73b478d3ba689078da502fd96f45204ff1f5
patch 8.1.0602: DirChanged is also triggered when directory didn't change

Problem:    DirChanged is also triggered when the directory didn't change.
            (Daniel Hahler)
Solution:   Compare the current with the new directory. (closes #3697)
src/ex_docmd.c
src/misc2.c
src/testdir/test_autochdir.vim
src/testdir/test_autocmd.vim
src/version.c