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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user