comparison src/version.c @ 2575:fde086181841 v7.3.002

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 22:34:29 +0200
parents f0915ae869cf
children 2a8bf2ba504f
comparison
equal deleted inserted replaced
2574:f0915ae869cf 2575:fde086181841
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 2,
717 /**/ 719 /**/
718 1, 720 1,
719 /**/ 721 /**/
720 0 722 0
721 }; 723 };