summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-02 14:09:23 +0100
commit1ff14ba24c4d85c008d7abe5e140dbb497ffea8d (patch)
treedb40390c4e458598c59ef087d6a377ce0d5a332f /runtime/doc/terminal.txt
parent757bd2ea49585ea9896d6df707c68b4793017039 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 586bc0837e..db126deb69 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -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