comparison src/version.c @ 3178:b7f0f23bf906 v7.3.359

updated for version 7.3.359 Problem: Command line completion shows dict functions. Solution: Skip dict functions for completion. (Yasuhiro Matsumoto)
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Nov 2011 14:57:31 +0100
parents 97a52300ef2b
children 28480c9006e6
comparison
equal deleted inserted replaced
3177:b82c6ac2df3a 3178:b7f0f23bf906
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 359,
717 /**/ 719 /**/
718 358, 720 358,
719 /**/ 721 /**/
720 357, 722 357,
721 /**/ 723 /**/