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/proto.h b/src/proto.h index 8b299ec..448233a 100644 --- a/src/proto.h +++ b/src/proto.h
@@ -68,6 +68,7 @@ # ifdef FEAT_CSCOPE # include "if_cscope.pro" # endif +# include "debugger.pro" # include "dict.pro" # include "diff.pro" # include "digraph.pro"