commit | 0fdd94359511f295d93e488d60ca3b0d40ea1cfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 20 22:28:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 20 22:28:48 2019 +0200 |
tree | fb3c2a20f34084ae618f0d127aa3aba3a6a90e79 | |
parent | 93a4879c2008bbd26aac072e7cdc65b3ce7c32a3 [diff] [blame] |
patch 8.1.1191: not all debug commands are covered by a test Problem: Not all debug commands are covered by a test. Solution: Add more tests. (Yegappan Lakshmanan, closes #4282)
diff --git a/src/version.c b/src/version.c index 1265895..7fc39ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1191, +/**/ 1190, /**/ 1189,