comparison src/version.c @ 9462:7384c0cfad13 v7.4.2012

commit https://github.com/vim/vim/commit/0d3e24be5686c0710aa3c6671e4c626d6cb21a5f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 9 19:20:59 2016 +0200 patch 7.4.2012 Problem: Test for getcompletion() does not pass on all systems. Solution: Only test what is supported.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jul 2016 19:30:05 +0200
parents cdffa812f9d1
children 203792348947
comparison
equal deleted inserted replaced
9461:51320e7fa2f8 9462:7384c0cfad13
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2012,
761 /**/ 763 /**/
762 2011, 764 2011,
763 /**/ 765 /**/
764 2010, 766 2010,
765 /**/ 767 /**/