diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-09-08 21:10:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-09-08 21:10:04 +0200 |
commit | fe386641b0c56c5de2bca8e1f4cd5e2a1f1aea7e (patch) | |
tree | e9d2374dc8ac3a2ddc79de96ed9b2d60863feb8e /Filelist | |
parent | 3c518400d1a51929572dd9fcf77dba94d78d7545 (diff) | |
download | vim-git-fe386641b0c56c5de2bca8e1f4cd5e2a1f1aea7e.tar.gz |
patch 8.0.1077: no debugger making use of the terminal windowv8.0.1077
Problem: No debugger making use of the terminal window.
Solution: Add the term debugger plugin. So far only displays the current
line when stopped.
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -638,6 +638,7 @@ RT_ALL = \ runtime/pack/dist/opt/matchit/doc/tags \ runtime/pack/dist/opt/shellmenu/plugin/shellmenu.vim \ runtime/pack/dist/opt/swapmouse/plugin/swapmouse.vim \ + runtime/pack/dist/opt/termdebug/plugin/termdebug.vim \ # runtime files for all distributions without CR-NL translation RT_ALL_BIN = \ |