commit | b241208a13d3e9def36d749b1e824ae694aa85f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 18:09:14 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 20 18:09:14 2017 +0200 |
tree | 3b5544c1e0dfe300b4351b2934bf0ce87f84ac0a | |
parent | edbc0d46cffe1766d0b330dc2842212cff644f8e [diff] [blame] |
patch 8.0.0976: cannot send lines to a terminal job Problem: Cannot send lines to a terminal job. Solution: Make [range]terminal send selected lines to the job. Use ++rows and ++cols for the terminal size.
diff --git a/src/version.c b/src/version.c index 36af209..c191dc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 976, +/**/ 975, /**/ 974,