comparison src/version.c @ 21325:f68b121daa47 v8.2.1213

patch 8.2.1213: mouse codes not tested sufficiently Commit: https://github.com/vim/vim/commit/297bec07311e512ef625a48b0af8bdca8118f131 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 14 22:11:04 2020 +0200 patch 8.2.1213: mouse codes not tested sufficiently Problem: Mouse codes not tested sufficiently. Solution: Add more tests for mouse codes. (closes https://github.com/vim/vim/issues/6436)
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jul 2020 22:15:05 +0200
parents 5b0bbc5d4e74
children ec2f5f0b5dcb
comparison
equal deleted inserted replaced
21324:e56692e9c20a 21325:f68b121daa47
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1213,
757 /**/ 759 /**/
758 1212, 760 1212,
759 /**/ 761 /**/
760 1211, 762 1211,
761 /**/ 763 /**/