commit | 0d13cce3453b2274c93c5015faa1993baaebace9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 23 14:23:03 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 23 14:23:03 2019 +0100 |
tree | 5cf62aee4d8867db3bbba63795c3829aae1055f9 | |
parent | e4963c543ddcfc4845fa0d42893b6a4e1aa27c47 [diff] [blame] |
patch 8.1.0977: blob not tested with Ruby Problem: Blob not tested with Ruby. Solution: Add more test coverage. fixes a crash. (Dominique Pelle, closes #4036)
diff --git a/src/version.c b/src/version.c index b747925..8d22ca9 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 977, +/**/ 976, /**/ 975,