summaryrefslogtreecommitdiffstats
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-27 16:52:01 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-27 16:52:01 +0200
commitc572da5f67aa5cdbbc127fc6f1d0a42e38468325 (patch)
tree1347a54e045c649ba30f869303ea055a596ee3d6 /runtime/doc/intro.txt
parent7adf06f4e25c795ba32ff0b2e8591330f6a41afb (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r--runtime/doc/intro.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index 27f0cc668f..287a1d695d 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -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.