Re: Patch 8.2.4559

2022-03-13 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 14-Mar-2022 02:53, Bram Moolenaar wrote: > > Patch 8.2.4559 (after 8.24555) > > Problem:getmousepos() returns the screen column. (Ernie Rael) > > Solution: Return the text column, as documented. > > Files: src/mouse.c, src

Re: Patch 8.2.4559

2022-03-13 Fir de Conversatie John Marriott
On 14-Mar-2022 02:53, Bram Moolenaar wrote: Patch 8.2.4559 (after 8.24555) Problem:getmousepos() returns the screen column. (Ernie Rael) Solution: Return the text column, as documented. Files: src/mouse.c, src/testdir/test_functions.vim After this patch, mingw64 (gcc 11.2.0

Patch 8.2.4559

2022-03-13 Fir de Conversatie Bram Moolenaar
Patch 8.2.4559 (after 8.24555) Problem:getmousepos() returns the screen column. (Ernie Rael) Solution: Return the text column, as documented. Files: src/mouse.c, src/testdir/test_functions.vim *** ../vim-8.2.4558/src/mouse.c 2022-03-13 12:06:02.076218096 + --- src/mouse.c 2022