commit | 113bf0672b114af5800fa642bcd09f674758e5d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:54:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 17 16:54:05 2019 +0200 |
tree | b88e2b01fd73c012d99d04feca1474cc11f02799 | |
parent | 696d6377289eb7c703263aaabe58134968335c4b [diff] [blame] |
patch 8.1.1180: Vim script debugger tests are old style Problem: Vim script debugger tests are old style. Solution: Turn into new style tests. (Yegappan Lakshmanan, closes #4259)
diff --git a/src/version.c b/src/version.c index 87a4e47..d6a3940 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1180, +/**/ 1179, /**/ 1178,