comparison src/version.c @ 6559:22f164bd7e8e v7.4.606

updated for version 7.4.606 Problem: May crash when using a small window. Solution: Avoid dividing by zero. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 20:59:31 +0100
parents c1ed973fb58f
children 52b89a52ffd4
comparison
equal deleted inserted replaced
6558:27aff52a3989 6559:22f164bd7e8e
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 606,
744 /**/ 746 /**/
745 605, 747 605,
746 /**/ 748 /**/
747 604, 749 604,
748 /**/ 750 /**/