diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-05 22:14:46 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-05 22:14:46 +0000 |
commit | dd2436f352e51b5ee214b28cd61641c59239251a (patch) | |
tree | 268dedc3984037e37599e6446efb88753218bf38 /src/proto/search.pro | |
parent | 92d640fad1808085ca609aecac8b854a6945d7a6 (diff) | |
download | vim-dd2436f352e51b5ee214b28cd61641c59239251a.zip |
updated for version 7.0141
Diffstat (limited to 'src/proto/search.pro')
-rw-r--r-- | src/proto/search.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/search.pro b/src/proto/search.pro index 8e222aa2a..62f043905 100644 --- a/src/proto/search.pro +++ b/src/proto/search.pro @@ -17,7 +17,7 @@ pos_T *findmatch __ARGS((oparg_T *oap, int initc)); pos_T *findmatchlimit __ARGS((oparg_T *oap, int initc, int flags, int maxtravel)); void showmatch __ARGS((int c)); int findsent __ARGS((int dir, long count)); -int findpar __ARGS((oparg_T *oap, int dir, long count, int what, int both)); +int findpar __ARGS((int *pincl, int dir, long count, int what, int both)); int startPS __ARGS((linenr_T lnum, int para, int both)); int fwd_word __ARGS((long count, int bigword, int eol)); int bck_word __ARGS((long count, int bigword, int stop)); |