0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 7.4.1703

Problem:    Can't assert for not equal and not matching.
Solution:   Add assert_notmatch() and assert_notequal().
This commit is contained in:
Bram Moolenaar
2016-04-03 20:57:20 +02:00
parent 4afc7c5d4a
commit b50e5f5686
4 changed files with 110 additions and 23 deletions

View File

@@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1703,
/**/
1702,
/**/