comparison src/version.c @ 2984:aa40bddeea9a v7.3.264

updated for version 7.3.264 Problem: When the current directory name contains wildcard characters, such as "foo[with]bar", the tags file can't be found. (Jeremy Erickson) Solution: When searching for matching files also match without expanding wildcards. This is a bit of a hack.
author Bram Moolenaar <bram@vim.org>
date Wed, 27 Jul 2011 17:31:47 +0200
parents a56259157c93
children eff686fb8de6
comparison
equal deleted inserted replaced
2983:16eb33130e94 2984:aa40bddeea9a
707 NULL 707 NULL
708 }; 708 };
709 709
710 static int included_patches[] = 710 static int included_patches[] =
711 { /* Add new patch number below this line */ 711 { /* Add new patch number below this line */
712 /**/
713 264,
712 /**/ 714 /**/
713 263, 715 263,
714 /**/ 716 /**/
715 262, 717 262,
716 /**/ 718 /**/