commit | f273245f6433d5d43a5671306b520a3230c35787 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 14:47:35 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 03 14:47:35 2018 +0200 |
tree | 958293fed4c59ee0cb91a491c8c0e32aa0e618c2 | |
parent | 33c5e9fa7af935c61a8aac461b9664c501003440 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 72960f3..985e659 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25,