comparison src/version.c @ 3450:b067b8b81be9 v7.3.490

updated for version 7.3.490 Problem: Member confusion in Lua interface. Solution: Fix it. Add luaeval(). (Taro Muraoka, Luis Carvalho)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Apr 2012 16:54:08 +0200
parents c1a6e1745cb5
children e070b34fe35e
comparison
equal deleted inserted replaced
3449:3107917c6aed 3450:b067b8b81be9
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 490,
717 /**/ 719 /**/
718 489, 720 489,
719 /**/ 721 /**/
720 488, 722 488,
721 /**/ 723 /**/