comparison src/version.c @ 5850:1a5ed2626b26 v7.4.268

updated for version 7.4.268 Problem: Using exists() on a funcref for a script-local function does not work. Solution: Translate <SNR> to the special byte sequence. Add a test.
author Bram Moolenaar <bram@vim.org>
date Tue, 29 Apr 2014 14:03:02 +0200
parents 75f222d67cea
children 81c26975e8f9
comparison
equal deleted inserted replaced
5849:43612f2da963 5850:1a5ed2626b26
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 268,
737 /**/ 739 /**/
738 267, 740 267,
739 /**/ 741 /**/
740 266, 742 266,
741 /**/ 743 /**/