comparison src/version.c @ 18691:fb07fe556e67 v8.1.2337

patch 8.1.2337: double-click time sometimes miscomputed Commit: https://github.com/vim/vim/commit/85c3502ef5a4c4b0f5944a89edb731f2289a706c Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 22 22:21:59 2019 +0100 patch 8.1.2337: double-click time sometimes miscomputed Problem: Double-click time sometimes miscomputed. Solution: Correct time computation. (Dominique Pelle, closes https://github.com/vim/vim/issues/5259)
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Nov 2019 22:30:03 +0100
parents 8cc12c8d7842
children d7c47e45bcc3
comparison
equal deleted inserted replaced
18690:13f864614ad3 18691:fb07fe556e67
735 NULL 735 NULL
736 }; 736 };
737 737
738 static int included_patches[] = 738 static int included_patches[] =
739 { /* Add new patch number below this line */ 739 { /* Add new patch number below this line */
740 /**/
741 2337,
740 /**/ 742 /**/
741 2336, 743 2336,
742 /**/ 744 /**/
743 2335, 745 2335,
744 /**/ 746 /**/