comparison src/version.c @ 3448:c1a6e1745cb5 v7.3.489

updated for version 7.3.489 Problem: CTRL-] in Insert mode does not expand abbreviation when used in a mapping. (Yichao Zhou) Solution: Special case using CTRL-]. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Thu, 05 Apr 2012 16:07:06 +0200
parents 8691bdcdbf66
children b067b8b81be9
comparison
equal deleted inserted replaced
3447:5d2bbb05be1b 3448:c1a6e1745cb5
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 489,
717 /**/ 719 /**/
718 488, 720 488,
719 /**/ 721 /**/
720 487, 722 487,
721 /**/ 723 /**/