Update runtime files.

This commit is contained in:
Bram Moolenaar
2019-11-02 14:09:23 +01:00
parent 757bd2ea49
commit 1ff14ba24c
18 changed files with 221 additions and 118 deletions

View File

@ -1,4 +1,4 @@
*terminal.txt* For Vim version 8.1. Last change: 2019 Oct 20
*terminal.txt* For Vim version 8.1. Last change: 2019 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar
@ -1173,8 +1173,12 @@ Example session ~
*termdebug-example*
Start in the Vim "src" directory and build Vim: >
% make
Make sure that debug symbols are present, usually that means that $CFLAGS
includes "-g".
Start Vim: >
% ./vim
Load the termdebug plugin and start debugging Vim: >
:packadd termdebug
:Termdebug vim