comparison src/version.c @ 9717:6226de5f8137 v7.4.2134

commit https://github.com/vim/vim/commit/b54c3ff3174dbb5dfbfcabdf95200b047beaa644 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 31 14:11:58 2016 +0200 patch 7.4.2134 Problem: No error for using function() badly. Solution: Check for passing wrong function name. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jul 2016 14:15:05 +0200
parents dc2237f19ce2
children 219dbe63ad2a
comparison
equal deleted inserted replaced
9716:f294f224b8fc 9717:6226de5f8137
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 2134,
766 /**/ 768 /**/
767 2133, 769 2133,
768 /**/ 770 /**/
769 2132, 771 2132,
770 /**/ 772 /**/