comparison src/version.c @ 5973:99d8f2d72dcd v7.4.327

updated for version 7.4.327 Problem: When 'verbose' is set to display the return value of a function, may get E724 repeatedly. Solution: Do not give an error for verbose messages. Abort conversion to string after an error.
author Bram Moolenaar <bram@vim.org>
date Tue, 17 Jun 2014 12:51:16 +0200
parents 1dbcb23ae7a8
children 01d9ffdd6e6f
comparison
equal deleted inserted replaced
5972:6e8b6a7f7bff 5973:99d8f2d72dcd
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 327,
737 /**/ 739 /**/
738 326, 740 326,
739 /**/ 741 /**/
740 325, 742 325,
741 /**/ 743 /**/