comparison src/version.c @ 2574:f0915ae869cf v7.3.001

updated for version 7.3.002 Problem: ":find" completion doesn't work when halfway an environment variable. (Dominique Pelle) Solution: Only use in-path completion when expanding file names. (Nazri Ramliy)
author Bram Moolenaar <bram@vim.org>
date Mon, 16 Aug 2010 21:53:27 +0200
parents ad2889f48843
children fde086181841
comparison
equal deleted inserted replaced
2573:2a2ad267db08 2574:f0915ae869cf
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 1,
717 /**/ 719 /**/
718 0 720 0
719 }; 721 };
720 722
721 /* 723 /*