]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0567: Cannot use relative paths as findfile() stop directories v9.1.0567
authorzeertzjq <zeertzjq@outlook.com>
Thu, 11 Jul 2024 20:24:15 +0000 (22:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 11 Jul 2024 20:26:01 +0000 (22:26 +0200)
commit764526e2799fbed040fc867858ee2eb0677afe98
treee75e0c1a8e5aade6a5b5622cc33ca87697c97812
parente6ab23bd4a41840860ae2904956c4d255a9dd528
patch 9.1.0567: Cannot use relative paths as findfile() stop directories

Problem:  Cannot use relative paths as findfile() stop directories.
Solution: Change a relative path to an absolute path.
          (zeertzjq)

related: #15200
closes: #15202

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/findfile.c
src/testdir/test_findfile.vim
src/testdir/test_taglist.vim
src/version.c