summaryrefslogtreecommitdiffstats
path: root/src/proto/search.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-19 22:21:12 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-19 22:21:12 +0000
commitff6f061a9df95bb26dc7a33a407f5e99f6016912 (patch)
tree621834eaa0599ef01ad8058bcf7000ab900b2016 /src/proto/search.pro
parentd6c04cd66a61d2c00684e3fbe16c22d1a974a1e0 (diff)
updated for version 7.0110
Diffstat (limited to 'src/proto/search.pro')
-rw-r--r--src/proto/search.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/search.pro b/src/proto/search.pro
index 3d934f2afc..15e8b30077 100644
--- a/src/proto/search.pro
+++ b/src/proto/search.pro
@@ -26,6 +26,7 @@ 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_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, 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 linewhite __ARGS((linenr_T lnum));