mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 17:02:59 +00:00
Problem: No concise way to execute a callback with temporarily set working directory. This might be useful when sourcing nested files to allow them to assume that current working directory is their root directory. Solution: Add `cwd` context to `vim._with().`