commit | c2ce52c011fcd17ad7ef241e5f95a78294a6a141 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:35:38 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 01 18:35:38 2017 +0200 |
tree | 6486807ad02fcbd6aaf1026cac3d20494bdda40a | |
parent | 12d853fae1fc37c33874b5cf1e40a2dfaf04268c [diff] [blame] |
patch 8.0.0832: terminal function arguments are not consistent Problem: Terminal function arguments are not consistent. Solution: Use one-based instead of zero-based rows and cols. Use "." for the current row.
diff --git a/src/version.c b/src/version.c index 71ee6d2..67862d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 832, +/**/ 831, /**/ 830,