mirror of
https://github.com/neovim/neovim.git
synced 2026-08-08 14:53:31 +08:00
Problem: `:terminal` does not respect the invocation-time CWD. This wasn't noticeable with `:lcd` because the window-local CWD gets applied to the new terminal buffer. But it is noticeable with `:bcd`. Solution: Specify `cwd` in the job spec.