comparison src/version.c @ 5923:463ef551e9f6 v7.4.303

updated for version 7.4.303 Problem: When using double-width characters the text displayed on the command line is sometimes truncated. Solution: Reset the string lenght. (Nobuhiro Takasaki)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 16:05:19 +0200
parents df141c80ea3a
children fed2e0967f81
comparison
equal deleted inserted replaced
5922:7c64a9da0bde 5923:463ef551e9f6
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 303,
737 /**/ 739 /**/
738 302, 740 302,
739 /**/ 741 /**/
740 301, 742 301,
741 /**/ 743 /**/