aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/debugger.h
Commit message (Collapse)AuthorAge
* vim-patch:8.1.1195: Vim script debugger functionality needs cleanupSean Dewar2021-09-13
Problem: Vim script debugger functionality needs cleanup. Solution: Move debugger code to a separate file. Add more tests. (Yegappan Lakshmanan, closes vim/vim#4285) https://github.com/vim/vim/commit/eead75c5e8e1f965548c55ee3a9388b2cb3afc36 Good to have for eval_expr_restore in v8.2.3417. Doesn't actually add any tests.