diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:16:52 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 03:23:37 +0100 |
commit | 8c3377ee76e5cc4f5a4228f216bde1d03b496d69 (patch) | |
tree | e183185d55b8ff85aad5e305a7895109562159ee /runtime/doc/intro.txt | |
parent | 1a3e54231ab8b2fc29f5a37931713061ac400faa (diff) | |
download | rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.gz rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.tar.bz2 rneovim-8c3377ee76e5cc4f5a4228f216bde1d03b496d69.zip |
vim-patch:c572da5f67aa
Update runtime files
https://github.com/vim/vim/commit/c572da5f67aa5cdbbc127fc6f1d0a42e38468325
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 9c52b2cc66..7760df01e9 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -787,10 +787,12 @@ by Vim. ============================================================================== 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. |