commit | eead75c5e8e1f965548c55ee3a9388b2cb3afc36 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 11:35:00 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 21 11:35:00 2019 +0200 |
tree | b3c47222504286009afa1b615edf637954d91fb7 | |
parent | 911ead126903aeb9564bad89e46a147ed4959896 [diff] [blame] |
patch 8.1.1195: Vim script debugger functionality needs cleanup Problem: Vim script debugger functionality needs cleanup. Solution: Move debugger code to a separate file. Add more tests. (Yegappan Lakshmanan, closes #4285)
diff --git a/src/version.c b/src/version.c index a4e0129..b1d90da 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1195, +/**/ 1194, /**/ 1193,