Re: Start terminal in a given directory

2018-08-23 Thread Ken Takata
Hi, 2018/8/24 Fri 1:19:18 UTC+9 Lifepillar wrote: > On 23/08/2018 15:28, Jason Franklin wrote: > > The documentation under term_start() was recently updated > > to include this option. > > So, I have likely searched the help in a version without your patch, > which, has led me to believe that

Re: Start terminal in a given directory

2018-08-23 Thread Lifepillar
On 23/08/2018 15:28, Jason Franklin wrote: The documentation under term_start() was recently updated to include this option. So, I have likely searched the help in a version without your patch, which, has led me to believe that "cwd" was not supported. Thanks for letting me know! Life. -- --

Re: Start terminal in a given directory

2018-08-23 Thread Jason Franklin
The documentation under term_start() was recently updated to include this option. See my message below. https://groups.google.com/forum/#!topic/vim_dev/WAFS5NrSrB4 -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to.

Re: Start terminal in a given directory

2018-08-22 Thread Lifepillar
On 22/08/2018 21:06, Bram Moolenaar wrote: Currently, terminal jobs are always started in :pwd, AFAICT. Is there a reason why the "cwd" option from job_start() is not inherited by term_start()? I though this was in the todo list, but I can't find it now. Ah, it's implemented already and

Re: Start terminal in a given directory

2018-08-22 Thread Bram Moolenaar
> Currently, terminal jobs are always started in :pwd, AFAICT. > Is there a reason why the "cwd" option from job_start() is not inherited > by term_start()? I though this was in the todo list, but I can't find it now. > What is the recommended way to start a terminal job in a given > working

Start terminal in a given directory

2018-08-22 Thread Lifepillar
Currently, terminal jobs are always started in :pwd, AFAICT. Is there a reason why the "cwd" option from job_start() is not inherited by term_start()? What is the recommended way to start a terminal job in a given working directory? Thanks, Life. -- -- You received this message from the