mirror of
https://github.com/neovim/neovim.git
synced 2026-08-05 07:08:45 +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.