comparison src/version.c @ 4870:b7bb20390111 v7.3.1181

updated for version 7.3.1181 Problem: Wrong error message for 1.0[0]. Solution: Check for funcref and float separately. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Jun 2013 22:08:58 +0200
parents 04b8912a9c85
children fa98c2b030ed
comparison
equal deleted inserted replaced
4869:a5352e73dc00 4870:b7bb20390111
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1181,
731 /**/ 733 /**/
732 1180, 734 1180,
733 /**/ 735 /**/
734 1179, 736 1179,
735 /**/ 737 /**/