comparison src/version.c @ 17738:f800c3d8ca1b v8.1.1866

patch 8.1.1866: modeless selection in GUI does not work properly commit https://github.com/vim/vim/commit/d5cf89872e6185c4d97cd254a9d697b8c3bdbf94 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 16 23:09:11 2019 +0200 patch 8.1.1866: modeless selection in GUI does not work properly Problem: Modeless selection in GUI does not work properly. Solution: Avoid going beyond the end of the line. (closes https://github.com/vim/vim/issues/4783)
author Bram Moolenaar <Bram@vim.org>
date Fri, 16 Aug 2019 23:15:03 +0200
parents 83a290940bd3
children 01205ef5646d
comparison
equal deleted inserted replaced
17737:a1fd9ff21ec0 17738:f800c3d8ca1b
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1866,
772 /**/ 774 /**/
773 1865, 775 1865,
774 /**/ 776 /**/
775 1864, 777 1864,
776 /**/ 778 /**/