Mercurial > vim
diff src/proto/search.pro @ 424:f7f16f63a19c
updated for version 7.0110
author | vimboss |
---|---|
date | Tue, 19 Jul 2005 22:21:12 +0000 |
parents | 6c62b9b939bd |
children | 52e76e2b5b65 |
line wrap: on
line diff
--- a/src/proto/search.pro +++ b/src/proto/search.pro @@ -26,6 +26,7 @@ int bckend_word __ARGS((long count, int 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));