1
0
forked from aniani/vim

Update runtime files

This commit is contained in:
Bram Moolenaar
2017-08-27 16:52:01 +02:00
parent 7adf06f4e2
commit c572da5f67
26 changed files with 727 additions and 135 deletions

View File

@@ -1,4 +1,4 @@
*intro.txt* For Vim version 8.0. Last change: 2017 Aug 05
*intro.txt* For Vim version 8.0. Last change: 2017 Aug 24
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -839,10 +839,12 @@ by Vim. {Vi: not ok}
==============================================================================
8. Definitions *definitions*
buffer Contains lines of text, usually read from a file.
screen The whole area that Vim uses to work in. This can be
a terminal emulator window. Also called "the Vim
window".
window A view on a buffer.
window A view on a buffer. There can be multiple windows for
one buffer.
A screen contains one or more windows, separated by status lines and with the
command line at the bottom.