comparison src/version.c @ 5834:6bc874e4789a v7.4.260

updated for version 7.4.260 Problem: It is possible to define a function with a colon in the name. It is possible to define a function with a lower case character if a "#" appears after the name. Solution: Disallow using a colon other than with "s:". Ignore "#" after the name.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 17:43:42 +0200
parents e4cd5bb75029
children 43c6cd07c8de
comparison
equal deleted inserted replaced
5833:31d944071cde 5834:6bc874e4789a
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 260,
737 /**/ 739 /**/
738 259, 740 259,
739 /**/ 741 /**/
740 258, 742 258,
741 /**/ 743 /**/