comparison src/proto/channel.pro @ 14019:dc67449d648c v8.1.0027

patch 8.1.0027: difficult to make a plugin that feeds a line to a job commit https://github.com/vim/vim/commit/f273245f6433d5d43a5671306b520a3230c35787 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 3 14:47:35 2018 +0200 patch 8.1.0027: difficult to make a plugin that feeds a line to a job Problem: Difficult to make a plugin that feeds a line to a job. Solution: Add the nitial code for the "prompt" buftype.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jun 2018 15:00:07 +0200
parents fa0dcdaec6a3
children e271ca6f32f9
comparison
equal deleted inserted replaced
14018:c3064aaf53fb 14019:dc67449d648c
69 job_T *job_start(typval_T *argvars, char **argv_arg, jobopt_T *opt_arg); 69 job_T *job_start(typval_T *argvars, char **argv_arg, jobopt_T *opt_arg);
70 char *job_status(job_T *job); 70 char *job_status(job_T *job);
71 void job_info(job_T *job, dict_T *dict); 71 void job_info(job_T *job, dict_T *dict);
72 void job_info_all(list_T *l); 72 void job_info_all(list_T *l);
73 int job_stop(job_T *job, typval_T *argvars, char *type); 73 int job_stop(job_T *job, typval_T *argvars, char *type);
74 void invoke_prompt_callback(void);
74 /* vim: set ft=c : */ 75 /* vim: set ft=c : */