summaryrefslogtreecommitdiff
path: root/src/proto/os_unix.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-03 23:37:12 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-03 23:37:12 +0100
commit197c6b7da3ad4c3e3942a553f5dbc35722a4a349 (patch)
treef4369612e764bf0ba88fcac151d3d43bb866dd06 /src/proto/os_unix.pro
parent30efcf3d26bd14af71cd306c4c5f9e789a7130c9 (diff)
downloadvim-git-197c6b7da3ad4c3e3942a553f5dbc35722a4a349.tar.gz
patch 8.1.2251: ":term command" may not work without a shellv8.1.2251
Problem: ":term command" may not work without a shell. Solution: Add the ++shell option to :term. (closes #3340)
Diffstat (limited to 'src/proto/os_unix.pro')
-rw-r--r--src/proto/os_unix.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_unix.pro b/src/proto/os_unix.pro
index 86e12a0f6..14cde4a13 100644
--- a/src/proto/os_unix.pro
+++ b/src/proto/os_unix.pro
@@ -59,6 +59,7 @@ int mch_get_shellsize(void);
int mch_report_winsize(int fd, int rows, int cols);
void mch_set_shellsize(void);
void mch_new_shellsize(void);
+int unix_build_argv(char_u *cmd, char ***argvp, char_u **sh_tofree, char_u **shcf_tofree);
int mch_call_shell(char_u *cmd, int options);
void mch_job_start(char **argv, job_T *job, jobopt_T *options, int is_terminal);
char *mch_job_status(job_T *job);