diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-19 06:32:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 06:32:02 +0800 |
commit | a2d510e1015d57f28ab20c5d2897527cae15b9c4 (patch) | |
tree | d8da593626529804918411620a75394e92041759 /test/functional/ui/diff_spec.lua | |
parent | 6012f79557b8807593c1c88b75e54f14a88d5173 (diff) | |
download | rneovim-a2d510e1015d57f28ab20c5d2897527cae15b9c4.tar.gz rneovim-a2d510e1015d57f28ab20c5d2897527cae15b9c4.tar.bz2 rneovim-a2d510e1015d57f28ab20c5d2897527cae15b9c4.zip |
vim-patch:9.1.0499: MS-Windows: doesn't handle symlinks properly (#29400)
Problem: MS-Windows: doesn't handle symlinks properly
(Timothy Madden)
Solution: Implement lstat() on MS-Windows
(author)
lstat() differs from stat() in how it handles symbolic links, the former
doesn't resolve the symlink while the latter does so.
Implement a simple yet effective fallback using Win32 APIs.
fixes vim/vim#14933
closes: vim/vim#15014
https://github.com/vim/vim/commit/23c5ebeb95cb942df307946e3ced230a7c8312eb
Co-authored-by: LemonBoy <thatlemon@gmail.com>
Co-authored-by: K.Takata <kentkt@csc.jp>
Diffstat (limited to 'test/functional/ui/diff_spec.lua')
0 files changed, 0 insertions, 0 deletions