comparison src/version.c @ 5473:60a5b7b82016 v7.4.086

updated for version 7.4.086 Problem: Skipping over an expression when not evaluating it does not work properly for dict members. Solution: Skip over unrecognized expression. (ZyX)
author Bram Moolenaar <bram@vim.org>
date Mon, 11 Nov 2013 04:25:53 +0100
parents 70c3289803b3
children 9334c994be7b
comparison
equal deleted inserted replaced
5472:3f4e943e122a 5473:60a5b7b82016
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 86,
741 /**/ 743 /**/
742 85, 744 85,
743 /**/ 745 /**/
744 84, 746 84,
745 /**/ 747 /**/