commit | 9baf297c99cc35adb921bee04369499d76438889 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:39:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:39:35 2016 +0200 |
tree | 2950b9566bc892687dd90839d1da41ce5f68a98a | |
parent | de7762a2c1498e2dc43586feb5f982d661799f85 [diff] [blame] |
patch 7.4.2239 Problem: Warning for missing declaration of skip_vimgrep_pat(). (John Marriott) Solution: Move it to another file.
diff --git a/src/version.c b/src/version.c index 0d3d491..1cd659f 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2239, +/**/ 2238, /**/ 2237,