summaryrefslogtreecommitdiff
path: root/src/proto/ex_getln.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-11-28 10:01:10 +0000
committerBram Moolenaar <Bram@vim.org>2008-11-28 10:01:10 +0000
commitbb5ddda46acc043ce062d287dcc85cd05c51bcad (patch)
tree631c94598015c7fc66053d8fae5e06aa2d7d4f44 /src/proto/ex_getln.pro
parent3f3766b60da67599ea95c4ceb8fd15bb4db8f5a5 (diff)
downloadvim-git-bb5ddda46acc043ce062d287dcc85cd05c51bcad.tar.gz
updated for version 7.2-051v7.2.051
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r--src/proto/ex_getln.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro
index b4a501814..afbf66469 100644
--- a/src/proto/ex_getln.pro
+++ b/src/proto/ex_getln.pro
@@ -31,7 +31,7 @@ char_u *addstar __ARGS((char_u *fname, int len, int context));
void set_cmd_context __ARGS((expand_T *xp, char_u *str, int len, int col));
int expand_cmdline __ARGS((expand_T *xp, char_u *str, int col, int *matchcount, char_u ***matches));
int ExpandGeneric __ARGS((expand_T *xp, regmatch_T *regmatch, int *num_file, char_u ***file, char_u *((*func)(expand_T *, int))));
-char_u *globpath __ARGS((char_u *path, char_u *file));
+char_u *globpath __ARGS((char_u *path, char_u *file, int expand_options));
void init_history __ARGS((void));
int get_histtype __ARGS((char_u *name));
void add_to_history __ARGS((int histype, char_u *new_entry, int in_map, int sep));