commit | 6b69e5c646faecf2a686bfe71dc17a2a1c6d344f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:39:32 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 26 18:39:32 2018 +0200 |
tree | c495ed7a88fa04a7eb6c4130a02061d9975caa13 | |
parent | 22c105640cdef25d98390f973d2ed53dd9039f6e [diff] [blame] |
patch 8.1.0024: % command not testded on #ifdef and comment Problem: % command not testded on #ifdef and comment. Solution: Add tests. (Dominique Pelle, closes #2956)
diff --git a/src/version.c b/src/version.c index 69e20cb..8b06ac9 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 24, +/**/ 23, /**/ 22,