comparison src/version.c @ 6679:27d9a4d8c168 v7.4.664

updated for version 7.4.664 Problem: When 'compatible' is reset 'numberwidth' is set to 4, but the effect doesn't show until a change is made. Solution: Check if 'numberwidth' changed. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 20 Mar 2015 15:42:10 +0100
parents 77172f5bac73
children 80abb7288d39
comparison
equal deleted inserted replaced
6678:3bd553b9e4bf 6679:27d9a4d8c168
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 664,
744 /**/ 746 /**/
745 663, 747 663,
746 /**/ 748 /**/
747 662, 749 662,
748 /**/ 750 /**/