commit | 6ac5429d3b0860919333e38f1eb5b5617bf17314 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 23:07:25 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 02 23:07:25 2005 +0000 |
tree | be466b5e7e9fc86107ff437c7346f528b325021d | |
parent | 748bf0374b1dd63e7e3157237185030c47ae0c2c [diff] [blame] |
updated for version 7.0047
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index dbdca5f..4f61d59 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro
@@ -19,6 +19,7 @@ void ex_cnext __ARGS((exarg_T *eap)); void ex_cfile __ARGS((exarg_T *eap)); void ex_vimgrep __ARGS((exarg_T *eap)); +char_u *skip_vimgrep_pat __ARGS((char_u *p, char_u **s)); void ex_cbuffer __ARGS((exarg_T *eap)); void ex_helpgrep __ARGS((exarg_T *eap)); /* vim: set ft=c : */