-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
It would be nice if job_start() accepted a cwd option in the option parameter. This would make it easy to start things with a specific working directory. Currently the Neovim jobstart() has such an option. I am working on adding a feature to the codi.vim plugin where it will start the REPL from the directory of the buffer being edited. In Neovim it is easy, I just pass the correct directory in the cwd option. In Vim I have to change Vim's current working directory to that directory, call job_start() and then change it back to the original working directory. Having such an option would allow this feature to work in Vim in a more side effect free way.
blueyed and pvolok
Metadata
Metadata
Assignees
Labels
No labels