]> granicus.if.org Git - vim/commit
patch 8.1.1195: Vim script debugger functionality needs cleanup v8.1.1195
authorBram Moolenaar <Bram@vim.org>
Sun, 21 Apr 2019 09:35:00 +0000 (11:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 21 Apr 2019 09:35:00 +0000 (11:35 +0200)
commiteead75c5e8e1f965548c55ee3a9388b2cb3afc36
treeb3c47222504286009afa1b615edf637954d91fb7
parent911ead126903aeb9564bad89e46a147ed4959896
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)
17 files changed:
Filelist
src/Make_bc5.mak
src/Make_cyg_ming.mak
src/Make_dice.mak
src/Make_ivc.mak
src/Make_manx.mak
src/Make_morph.mak
src/Make_mvc.mak
src/Make_sas.mak
src/Make_vms.mms
src/Makefile
src/debugger.c [new file with mode: 0644]
src/ex_cmds2.c
src/proto.h
src/proto/debugger.pro [new file with mode: 0644]
src/proto/ex_cmds2.pro
src/version.c