comparison src/version.c @ 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 579abc260d85
children 7f38e72a9d65
comparison
equal deleted inserted replaced
9930:0b494d8c3410 9931:05bfc3d37efb
761 NULL 761 NULL
762 }; 762 };
763 763
764 static int included_patches[] = 764 static int included_patches[] =
765 { /* Add new patch number below this line */ 765 { /* Add new patch number below this line */
766 /**/
767 2239,
766 /**/ 768 /**/
767 2238, 769 2238,
768 /**/ 770 /**/
769 2237, 771 2237,
770 /**/ 772 /**/