diff src/proto/ex_cmds.pro @ 9931:05bfc3d37efb v7.4.2239

commit https://github.com/vim/vim/commit/9baf297c99cc35adb921bee04369499d76438889 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Aug 21 22:39:35 2016 +0200 patch 7.4.2239 Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
author Christian Brabandt <cb@256bit.org>
date Sun, 21 Aug 2016 22:45:06 +0200
parents 4da1a3879100
children 16b2f2db6f28
line wrap: on
line diff
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -65,5 +65,6 @@ char_u *get_sign_name(expand_T *xp, int 
 void set_context_in_sign_cmd(expand_T *xp, char_u *arg);
 void ex_smile(exarg_T *eap);
 void ex_drop(exarg_T *eap);
+char_u *skip_vimgrep_pat(char_u *p, char_u **s, int *flags);
 void ex_oldfiles(exarg_T *eap);
 /* vim: set ft=c : */