comparison src/version.c @ 6553:0c8738124a7b v7.4.603

updated for version 7.4.603 Problem: 'foldcolumn' may be set such that it fills the whole window, not leaving space for text. Solution: Reduce the foldcolumn width when there is not sufficient room. (idea by Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 16:39:29 +0100
parents 4e31d9f7c896
children f625b6302d04
comparison
equal deleted inserted replaced
6552:3469920cbc44 6553:0c8738124a7b
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 603,
744 /**/ 746 /**/
745 602, 747 602,
746 /**/ 748 /**/
747 601, 749 601,
748 /**/ 750 /**/