comparison src/version.c @ 12984:fc0d4a036654 v8.0.1368

patch 8.0.1368: cannot drag status or separator of new terminal window commit https://github.com/vim/vim/commit/ce6179c799468e471c3b7fc71c9924f57a2253c5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 5 13:06:16 2017 +0100 patch 8.0.1368: cannot drag status or separator of new terminal window Problem: Cannot drag status line or vertical separator of new terminal window. (UncleBill) Solution: Adjust mouse row and column computation. (Yasuhiro Matsumoto, closes #2410)
author Christian Brabandt <cb@256bit.org>
date Tue, 05 Dec 2017 13:15:05 +0100
parents 7a9c4a8b1ceb
children 18e6f4addce9
comparison
equal deleted inserted replaced
12983:7a9c4a8b1ceb 12984:fc0d4a036654
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1368,
774 /**/ 776 /**/
775 1367, 777 1367,
776 /**/ 778 /**/
777 1366, 779 1366,
778 /**/ 780 /**/