commit | 24278d2407dfbc8d93eb36593cdd006ff5d86f94 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:49:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 21:49:22 2019 +0200 |
tree | 206d7e615bc0b42b9976e6ace2fb875718e21b14 | |
parent | ea94c855163cf58a3389b5f3c54a0767c9e1be49 [diff] [blame] |
patch 8.1.1861: only some assert functions can be used as a method Problem: Only some assert functions can be used as a method. Solution: Allow using most assert functions as a method.
diff --git a/src/version.c b/src/version.c index cf96d64..6af4442 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1861, +/**/ 1860, /**/ 1859,