]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0832: terminal function arguments are not consistent v8.0.0832
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Aug 2017 16:35:38 +0000 (18:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Aug 2017 16:35:38 +0000 (18:35 +0200)
commitc2ce52c011fcd17ad7ef241e5f95a78294a6a141
tree6486807ad02fcbd6aaf1026cac3d20494bdda40a
parent12d853fae1fc37c33874b5cf1e40a2dfaf04268c
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.
runtime/doc/eval.txt
src/terminal.c
src/version.c