comparison src/version.c @ 13105:bfa7f5b23c53 v8.0.1427

patch 8.0.1427: the :leftabove modifier doesn't work for :copen commit https://github.com/vim/vim/commit/de04654ddc865af94ef04b1738b335a924be7923 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 26 13:53:11 2017 +0100 patch 8.0.1427: the :leftabove modifier doesn't work for :copen Problem: The :leftabove modifier doesn't work for :copen. Solution: Respect the split modifier. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/2496)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Dec 2017 14:00:05 +0100
parents 788d01164bb2
children fe7d576a3d3f
comparison
equal deleted inserted replaced
13104:99199df277c0 13105:bfa7f5b23c53
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 1427,
774 /**/ 776 /**/
775 1426, 777 1426,
776 /**/ 778 /**/
777 1425, 779 1425,
778 /**/ 780 /**/