]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4559: getmousepos() returns the screen column v8.2.4559
authorBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 15:52:44 +0000 (15:52 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 13 Mar 2022 15:52:44 +0000 (15:52 +0000)
commit533870a98501fac2b51ef4bc489fac3a055a41a9
tree5e103e13fcad08f63083daf20c07995895c419e3
parente850439a561d8e7153b987473d768fe9696e9afa
patch 8.2.4559: getmousepos() returns the screen column

Problem:    getmousepos() returns the screen column. (Ernie Rael)
Solution:   Return the text column, as documented.
src/mouse.c
src/testdir/test_functions.vim
src/version.c