comparison src/version.c @ 6695:6529590f6c43 v7.4.672

updated for version 7.4.672 Problem: When completing a shell command, directories in the current directory are not listed. Solution: When "." is not in $PATH also look in the current directory for directories.
author Bram Moolenaar <bram@vim.org>
date Sat, 21 Mar 2015 17:32:19 +0100
parents 8faab3792a92
children 67e7a819c811
comparison
equal deleted inserted replaced
6694:c0df98c0770c 6695:6529590f6c43
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 672,
744 /**/ 746 /**/
745 671, 747 671,
746 /**/ 748 /**/
747 670, 749 670,
748 /**/ 750 /**/