comparison src/version.c @ 6631:e527af42e108 v7.4.641

updated for version 7.4.641 Problem: The tabline menu was using ":999tabnew" which is now invalid. Solution: Use ":$tabnew" instead. (Florian Degner)
author Bram Moolenaar <bram@vim.org>
date Fri, 27 Feb 2015 15:03:58 +0100
parents 347747485343
children 75444015837a
comparison
equal deleted inserted replaced
6630:b64f0df9399c 6631:e527af42e108
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 641,
744 /**/ 746 /**/
745 640, 747 640,
746 /**/ 748 /**/
747 639, 749 639,
748 /**/ 750 /**/