diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-19 22:17:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-19 22:17:30 +0000 |
commit | 6c131c43ffb574ab7ea82c2478d16f0babd3ed93 (patch) | |
tree | cc8fde8abc130dd5f7a072bbd7a93a382372c492 /src/proto | |
parent | e7c5a156319e0bfc64d90367ca61ef5893a21c9d (diff) | |
download | vim-git-6c131c43ffb574ab7ea82c2478d16f0babd3ed93.tar.gz |
updated for version 7.0110
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/eval.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/eval.pro b/src/proto/eval.pro index 1f8f21fc0..6a2d44e7d 100644 --- a/src/proto/eval.pro +++ b/src/proto/eval.pro @@ -49,6 +49,7 @@ char_u *get_dict_string __ARGS((dict_T *d, char_u *key)); long get_dict_number __ARGS((dict_T *d, char_u *key)); char_u *get_function_name __ARGS((expand_T *xp, int idx)); char_u *get_expr_name __ARGS((expand_T *xp, int idx)); +long do_searchpair __ARGS((char_u *spat, char_u *mpat, char_u *epat, int dir, char_u *skip, int flags)); void set_vim_var_nr __ARGS((int idx, long val)); long get_vim_var_nr __ARGS((int idx)); char_u *get_vim_var_str __ARGS((int idx)); |