Files
neovim/runtime/lua/vim
Justin M. Keyes 2e0a5a596a fix(terminal): spawn in effective CWD #41211
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.
2026-08-07 07:44:19 -04:00
..
2026-07-25 12:47:51 -04:00
2026-08-06 10:27:29 +02:00
2026-06-08 16:12:14 -04:00
2026-01-09 10:07:15 +01:00
2026-07-20 09:53:06 -04:00
2026-08-01 17:48:32 -04:00
2026-05-30 12:57:24 +02:00
2026-07-13 19:44:15 +02:00