Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
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.
- Loading branch information
Showing
with
532 additions
and 58 deletions.
- +39 −0 runtime/doc/channel.txt
- +41 −2 runtime/doc/eval.txt
- +11 −4 runtime/doc/options.txt
- +45 −3 runtime/doc/todo.txt
- +1 −0 src/Makefile
- +18 −2 src/buffer.c
- +34 −0 src/channel.c
- +7 −0 src/diff.c
- +78 −0 src/edit.c
- +64 −0 src/evalfunc.c
- +65 −0 src/normal.c
- +45 −32 src/ops.c
- +1 −1 src/option.c
- +1 −0 src/proto/buffer.pro
- +1 −0 src/proto/channel.pro
- +2 −0 src/proto/edit.pro
- +1 −0 src/proto/ops.pro
- +5 −0 src/structs.h
- +1 −0 src/testdir/Make_all.mak
- +15 −14 src/testdir/screendump.vim
- +55 −0 src/testdir/test_prompt_buffer.vim
- +2 −0 src/version.c
Oops, something went wrong.