mirror of
https://github.com/neovim/neovim.git
synced 2026-09-19 12:08:18 +00:00
Adds optional parameters to `vim.fs.abspath`: 1. `cwd` to specify directory akin to `--relative-from` in `realpath(1)`. 2. `plain` disables expansion of tilde (~) in paths.