summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-03-07 19:18:23 +0100
committerBram Moolenaar <Bram@vim.org>2012-03-07 19:18:23 +0100
commit146e9c38866248ff92f6109c536bbe79744256f5 (patch)
treedc355606924b00ad8741b10056b742458ea506dc /src/vim.h
parent552ac13d55d3edd961c789dbff126d15fb51ac75 (diff)
downloadvim-git-146e9c38866248ff92f6109c536bbe79744256f5.tar.gz
updated for version 7.3.465v7.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)
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index 127387aa0..be182287d 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -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