Vim 8.1 release

Update version number and information.  Fix a couple of tests.
This commit is contained in:
Bram Moolenaar
2018-05-17 17:04:55 +02:00
parent 03998f606a
commit b1c9198afb
177 changed files with 1079 additions and 4601 deletions

View File

@ -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