1
0
forked from aniani/vim

updated for version 7.3.465

Problem:    Cannot get file name with newline from glob().
Solution:   Add argument to glob() and expand() to indicate they must return a
            list. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2012-03-07 19:18:23 +01:00
parent 552ac13d55
commit 146e9c3886
5 changed files with 72 additions and 17 deletions

View File

@@ -794,6 +794,7 @@ extern char *(*dyn_libintl_textdomain)(const char *domainname);
#define WILD_PREV 5
#define WILD_ALL 6
#define WILD_LONGEST 7
#define WILD_ALL_KEEP 8
#define WILD_LIST_NOTFOUND 1
#define WILD_HOME_REPLACE 2