comparison src/version.c @ 18658:0969f82fbbff v8.1.2321

patch 8.1.2321: cannot select all text with the mouse Commit: https://github.com/vim/vim/commit/0a5aa7b28a39507260acb15c1ef698a33c855cc1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 18 23:31:48 2019 +0100 patch 8.1.2321: cannot select all text with the mouse Problem: Cannot select all text with the mouse. (John Marriott) Solution: Move limiting the mouse column to f_getmousepos(). (closes https://github.com/vim/vim/issues/5242)
author Bram Moolenaar <Bram@vim.org>
date Mon, 18 Nov 2019 23:45:03 +0100
parents 022deb0adec9
children 4d2a88cc5821
comparison
equal deleted inserted replaced
18657:0e6db1821963 18658:0969f82fbbff
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2321,
744 /**/ 746 /**/
745 2320, 747 2320,
746 /**/ 748 /**/
747 2319, 749 2319,
748 /**/ 750 /**/