comparison src/version.c @ 8831:6f41d68aa68e v7.4.1703

commit https://github.com/vim/vim/commit/b50e5f56861deb867478997397f7c784a7043233 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 3 20:57:20 2016 +0200 patch 7.4.1703 Problem: Can't assert for not equal and not matching. Solution: Add assert_notmatch() and assert_notequal().
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Apr 2016 21:00:05 +0200
parents a2c27f6aaf3a
children dc10bd23f918
comparison
equal deleted inserted replaced
8830:d15abeac22c6 8831:6f41d68aa68e
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 1703,
751 /**/ 753 /**/
752 1702, 754 1702,
753 /**/ 755 /**/
754 1701, 756 1701,
755 /**/ 757 /**/