comparison src/version.c @ 8271:770774e66011 v7.4.1428

commit https://github.com/vim/vim/commit/edb4f2b3601b0abd47091606269c0ac3244a805b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 15:27:23 2016 +0100 patch 7.4.1428 Problem: Compiler warning for non-virtual destructor. Solution: Make it virtual. (Yasuhiro Matsumoto)
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 15:30:05 +0100
parents 553a4c8dd796
children 0c3210caefa6
comparison
equal deleted inserted replaced
8270:ea5f9d5ff9ed 8271:770774e66011
746 NULL 746 NULL
747 }; 747 };
748 748
749 static int included_patches[] = 749 static int included_patches[] =
750 { /* Add new patch number below this line */ 750 { /* Add new patch number below this line */
751 /**/
752 1428,
751 /**/ 753 /**/
752 1427, 754 1427,
753 /**/ 755 /**/
754 1426, 756 1426,
755 /**/ 757 /**/