comparison src/proto/os_unix.pro @ 18514:39b0c28fe495 v8.1.2251

patch 8.1.2251: ":term command" may not work without a shell Commit: https://github.com/vim/vim/commit/197c6b7da3ad4c3e3942a553f5dbc35722a4a349 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 3 23:37:12 2019 +0100 patch 8.1.2251: ":term command" may not work without a shell Problem: ":term command" may not work without a shell. Solution: Add the ++shell option to :term. (closes https://github.com/vim/vim/issues/3340)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 23:45:03 +0100
parents d1e77015f60b
children 1fe99999625c
comparison
equal deleted inserted replaced
18513:5a62159b9a48 18514:39b0c28fe495
57 int mch_screenmode(char_u *arg); 57 int mch_screenmode(char_u *arg);
58 int mch_get_shellsize(void); 58 int mch_get_shellsize(void);
59 int mch_report_winsize(int fd, int rows, int cols); 59 int mch_report_winsize(int fd, int rows, int cols);
60 void mch_set_shellsize(void); 60 void mch_set_shellsize(void);
61 void mch_new_shellsize(void); 61 void mch_new_shellsize(void);
62 int unix_build_argv(char_u *cmd, char ***argvp, char_u **sh_tofree, char_u **shcf_tofree);
62 int mch_call_shell(char_u *cmd, int options); 63 int mch_call_shell(char_u *cmd, int options);
63 void mch_job_start(char **argv, job_T *job, jobopt_T *options, int is_terminal); 64 void mch_job_start(char **argv, job_T *job, jobopt_T *options, int is_terminal);
64 char *mch_job_status(job_T *job); 65 char *mch_job_status(job_T *job);
65 job_T *mch_detect_ended_job(job_T *job_list); 66 job_T *mch_detect_ended_job(job_T *job_list);
66 int mch_signal_job(job_T *job, char_u *how); 67 int mch_signal_job(job_T *job, char_u *how);