summaryrefslogtreecommitdiffstats
path: root/src/proto/search.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-20 16:56:54 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-20 16:56:54 +0100
commit7c5f1204101683f90214582f71e8c7ce54000487 (patch)
tree48567122be589c9a8626eddd851b1bbe250d080e /src/proto/search.pro
parent82881498663eb692e90dcfb9da0a7f573f228e35 (diff)
updated for version 7.3.720v7.3.720
Problem: Proto files are outdated. Solution: Update the newly generated proto files.
Diffstat (limited to 'src/proto/search.pro')
-rw-r--r--src/proto/search.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/search.pro b/src/proto/search.pro
index 9b1fc63962..f94fb69ab2 100644
--- a/src/proto/search.pro
+++ b/src/proto/search.pro
@@ -27,12 +27,12 @@ int bck_word __ARGS((long count, int bigword, int stop));
int end_word __ARGS((long count, int bigword, int stop, int empty));
int bckend_word __ARGS((long count, int bigword, int eol));
int current_word __ARGS((oparg_T *oap, long count, int include, int bigword));
-int current_search __ARGS((long count, int forward));
int current_sent __ARGS((oparg_T *oap, long count, int include));
int current_block __ARGS((oparg_T *oap, long count, int include, int what, int other));
int current_tagblock __ARGS((oparg_T *oap, long count_arg, int include));
int current_par __ARGS((oparg_T *oap, long count, int include, int type));
int current_quote __ARGS((oparg_T *oap, long count, int include, int quotechar));
+int current_search __ARGS((long count, int forward));
int linewhite __ARGS((linenr_T lnum));
void find_pattern_in_path __ARGS((char_u *ptr, int dir, int len, int whole, int skip_comments, int type, long count, int action, linenr_T start_lnum, linenr_T end_lnum));
int read_viminfo_search_pattern __ARGS((vir_T *virp, int force));