comparison src/version.c @ 5770:839cca5ec18d v7.4.229

updated for version 7.4.229 Problem: Using ":let" for listing variables and the second one is a curly braces expression may fail. Solution: Check for an "=" in a better way. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Sun, 30 Mar 2014 16:49:09 +0200
parents 3ee5808a293c
children 57ecd7a8c0f0
comparison
equal deleted inserted replaced
5769:34723a1b096f 5770:839cca5ec18d
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 229,
737 /**/ 739 /**/
738 228, 740 228,
739 /**/ 741 /**/
740 227, 742 227,
741 /**/ 743 /**/