]> granicus.if.org Git - vim/commit
patch 8.1.0604: autocommand test fails on MS-Windows v8.1.0604
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 15:30:21 +0000 (16:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Dec 2018 15:30:21 +0000 (16:30 +0100)
commit9eb76af451ddd8eaad0cd5dd629f18c4f4035171
tree0959eb7a0e021fbb8af4f77ddafd253abd84ceb1
parente751a5f531c1ceb58dacc7c280fdaae0df2c71c7
patch 8.1.0604: autocommand test fails on MS-Windows

Problem:    Autocommand test fails on MS-Windows.
Solution:   Use pathcmp() instead of strcmp() to check if a directory differs.
src/ex_docmd.c
src/misc2.c
src/version.c