summaryrefslogtreecommitdiffstats
path: root/runtime/doc/terminal.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-17 17:04:55 +0200
commitb1c9198afb7ff902588b45fbe44f0760a9f48375 (patch)
tree7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /runtime/doc/terminal.txt
parent03998f606a846e7995047b0356dbb9f515f5244c (diff)
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'runtime/doc/terminal.txt')
-rw-r--r--runtime/doc/terminal.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/terminal.txt b/runtime/doc/terminal.txt
index 5283ead59b..8b8b77c841 100644
--- a/runtime/doc/terminal.txt
+++ b/runtime/doc/terminal.txt
@@ -1,10 +1,10 @@
-*terminal.txt* For Vim version 8.0. Last change: 2018 May 11
+*terminal.txt* For Vim version 8.1. Last change: 2018 May 17
VIM REFERENCE MANUAL by Bram Moolenaar
-Terminal window support *terminal*
+Terminal window support *terminal* *terminal-window*
The terminal feature is optional, use this to check if your Vim has it: >
@@ -613,7 +613,7 @@ Alternatively, press "s" to swap the first and second dump. Do this several
times so that you can spot the difference in the context of the text.
==============================================================================
-5. Debugging *terminal-debug*
+5. Debugging *terminal-debug* *terminal-debugger*
The Terminal debugging plugin can be used to debug a program with gdb and view
the source code in a Vim window. Since this is completely contained inside