]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1417: MS-Windows: resolve() does not resolve all components of path v8.1.1417
authorBram Moolenaar <Bram@vim.org>
Wed, 29 May 2019 18:36:54 +0000 (20:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 29 May 2019 18:36:54 +0000 (20:36 +0200)
commit1bbebab5255b5300d727c9b3f1b308205847dafd
tree85f92b69fb8970b5d389259efcb22b1b38fea074
parentbc133543b8b0ebb1d8624e37d840b739eb00f3f3
patch 8.1.1417: MS-Windows: resolve() does not resolve all components of path

Problem:    MS-Windows: resolve() does not resolve all components of the path.
            (David Briscoe)
Solution:   Do not bail out for a reparse point. (Yasuhiro Matsumoto,
            closes #4211, closes #4447)
src/os_mswin.c
src/testdir/test_functions.vim
src/version.c