comparison src/version.c @ 5842:00acac0af680 v7.4.264

updated for version 7.4.264 Problem: Can't define a function starting with "g:". Can't assign a funcref to a buffer-local variable. Solution: Skip "g:" at the start of a function name. Don't check for colons when assigning to a variable.
author Bram Moolenaar <bram@vim.org>
date Wed, 23 Apr 2014 20:43:41 +0200
parents af1bb39774f4
children 8ec9d2196bee
comparison
equal deleted inserted replaced
5841:3201f30b23e1 5842:00acac0af680
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 264,
737 /**/ 739 /**/
738 263, 740 263,
739 /**/ 741 /**/
740 262, 742 262,
741 /**/ 743 /**/