commit | 22aa23fd8cf74f535dba5eb8f6d02107ba2c512c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 21:13:36 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 05 21:13:36 2017 +0200 |
tree | 0f36c4ad64ee40d4f8417954a5d34264b463fe73 | |
parent | aaa8a35fbd38d5e6cc57ae60a8477e787d695a20 [diff] [blame] |
patch 8.0.0874: can't build with terminal feature Problem: Can't build with terminal feature. Solution: Include change to term_use_loop(). (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index 54acc59..bc72c83 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,