]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4568: getmousepos() does not compute the column below the last line v8.2.4568
authorSean Dewar <seandewar@users.noreply.github.com>
Tue, 15 Mar 2022 09:46:54 +0000 (09:46 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 Mar 2022 09:46:54 +0000 (09:46 +0000)
commit10792feebd237aee89270669e509e85cafdfac60
tree0c36b4443c24328d4e7f7ffbc5474f43f4ffdf8a
parent7a73252063242e88a6966e9d9ae7ea8beb897518
patch 8.2.4568: getmousepos() does not compute the column below the last line

Problem:    getmousepos() does not compute the column below the last line.
Solution:   Also compute the column when the mouse is below the last line.
            (Sean Dewar, closes #9946)
src/mouse.c
src/testdir/test_functions.vim
src/version.c