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/Make_morph.mak b/src/Make_morph.mak index b224c67..65cf844 100644 --- a/src/Make_morph.mak +++ b/src/Make_morph.mak
@@ -31,6 +31,7 @@ charset.c \ crypt.c \ crypt_zip.c \ + debugger.c \ dict.c \ diff.c \ digraph.c \