comparison src/version.c @ 5596:1098b7b6e147 v7.4.145

updated for version 7.4.145 Problem: getregtype() does not return zero for unknown register. Solution: Adjust documention: return empty string for unknown register. Check the register name to be valid. (Yukihiro Nakadaira)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 12:33:36 +0100
parents bcf25cc08236
children ec93f50f1d93
comparison
equal deleted inserted replaced
5595:a056715b3e81 5596:1098b7b6e147
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 145,
741 /**/ 743 /**/
742 144, 744 144,
743 /**/ 745 /**/
744 143, 746 143,
745 /**/ 747 /**/