]> granicus.if.org Git - vim/commit
patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
authorBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 12:47:35 +0000 (14:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jun 2018 12:47:35 +0000 (14:47 +0200)
commitf273245f6433d5d43a5671306b520a3230c35787
tree958293fed4c59ee0cb91a491c8c0e32aa0e618c2
parent33c5e9fa7af935c61a8aac461b9664c501003440
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.
22 files changed:
runtime/doc/channel.txt
runtime/doc/eval.txt
runtime/doc/options.txt
runtime/doc/todo.txt
src/Makefile
src/buffer.c
src/channel.c
src/diff.c
src/edit.c
src/evalfunc.c
src/normal.c
src/ops.c
src/option.c
src/proto/buffer.pro
src/proto/channel.pro
src/proto/edit.pro
src/proto/ops.pro
src/structs.h
src/testdir/Make_all.mak
src/testdir/screendump.vim
src/testdir/test_prompt_buffer.vim [new file with mode: 0644]
src/version.c