0
0
mirror of https://github.com/vim/vim.git synced 2025-10-22 08:34:29 -04:00

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)
This commit is contained in:
Bram Moolenaar
2019-04-21 11:35:00 +02:00
parent 911ead1269
commit eead75c5e8
17 changed files with 1063 additions and 1001 deletions

View File

@@ -68,6 +68,7 @@ extern int _stricoll(char *a, char *b);
# ifdef FEAT_CSCOPE
# include "if_cscope.pro"
# endif
# include "debugger.pro"
# include "dict.pro"
# include "diff.pro"
# include "digraph.pro"