commit | d77aa4d22e943998c337d5a603622ac5cf2928cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:50:14 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 10 22:50:14 2019 +0100 |
tree | 19bcbfb2f64abe8c6699ee81740d00fc990fa04d | |
parent | 593864817a08f9b719a093ef4fd8d4d35132ab86 [diff] [blame] |
patch 8.1.0891: substitute command inssuficiently tested Problem: Substitute command inssuficiently tested. Solution: Add more test coverage. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index c865fc0..7de8a0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 891, +/**/ 890, /**/ 889,