diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-10-30 07:10:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 07:10:04 +0800 |
commit | f2d9c330fc56d1e589d33c82d372532e1695ce40 (patch) | |
tree | fbbb2007fab138820b2443916fd11b8c61c2ebd9 /runtime/lua/man.lua | |
parent | a7d100f052b45a106d1385ed419509c047c12431 (diff) | |
download | rneovim-f2d9c330fc56d1e589d33c82d372532e1695ce40.tar.gz rneovim-f2d9c330fc56d1e589d33c82d372532e1695ce40.tar.bz2 rneovim-f2d9c330fc56d1e589d33c82d372532e1695ce40.zip |
fix(path): don't remove trailing slash when getting absolute path (#20853)
Before Vim patch 8.2.3468 relative_directory is never used in the
resulting path name, so whether it has a trailing slash didn't matter.
Now path_full_dir_name() appends a non-existing relative directory to
the current directory name, so the trailing slash needs to be kept.
Diffstat (limited to 'runtime/lua/man.lua')
0 files changed, 0 insertions, 0 deletions