commit | 2caad3fbbdbf1486a176c9f6bfbc3d9be90e09f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 15:38:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 15:38:02 2018 +0100 |
tree | f8c0b685281d64e985fd59046f1c12df66ca85bb | |
parent | 4efe73b478d3ba689078da502fd96f45204ff1f5 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 5db1001..f9154cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 602, +/**/ 601, /**/ 600,