comparison src/version.c @ 5844:8ec9d2196bee v7.4.265

updated for version 7.4.265 Problem: Can't call a global function with "g:" in an expression. Solution: Skip the "g:" when looking up the function.
author Bram Moolenaar <bram@vim.org>
date Thu, 24 Apr 2014 17:12:33 +0200
parents 00acac0af680
children 8f84e906d454
comparison
equal deleted inserted replaced
5843:00e843ceb21b 5844:8ec9d2196bee
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 265,
737 /**/ 739 /**/
738 264, 740 264,
739 /**/ 741 /**/
740 263, 742 263,
741 /**/ 743 /**/