commit | 9c8448472fe686f10c4aaf69bcf0fafbbd19abc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:41:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:41:21 2017 +0200 |
tree | 6cefbd6c8066a3be0152ded934a58cac5d29a4b3 | |
parent | c2ce52c011fcd17ad7ef241e5f95a78294a6a141 [diff] [blame] |
patch 8.0.0833: terminal test fails Problem: Terminal test fails. Solution: Update the row argument to one based.
diff --git a/src/version.c b/src/version.c index 67862d0..4a77bdd 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 833, +/**/ 832, /**/ 831,