comparison src/version.c @ 2118:63bf37c1e7a2 v7.2.401

updated for version 7.2.401 Problem: ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight directory names with a space. (Alexandre Provencio) Solution: Remove the backslash before checking if the name is a directory. (Dominique Pelle)
author Bram Moolenaar <bram@zimbu.org>
date Wed, 17 Mar 2010 19:13:27 +0100
parents 4be6da0fa3d9
children 111554354870
comparison
equal deleted inserted replaced
2117:4be6da0fa3d9 2118:63bf37c1e7a2
679 NULL 679 NULL
680 }; 680 };
681 681
682 static int included_patches[] = 682 static int included_patches[] =
683 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 401,
684 /**/ 686 /**/
685 400, 687 400,
686 /**/ 688 /**/
687 399, 689 399,
688 /**/ 690 /**/