diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-11 19:50:37 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-11 19:50:37 +0200 |
commit | 1ccd8fff8acfbd5df0fc0e9b4d288af84e51233e (patch) | |
tree | 909b2433229aa72e87bd9d23bd88db9e1e8a9f57 /runtime/doc/usr_08.txt | |
parent | 05aafed54b50b602315ae55d83a7d089804cecb0 (diff) | |
download | vim-git-1ccd8fff8acfbd5df0fc0e9b4d288af84e51233e.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/usr_08.txt')
-rw-r--r-- | runtime/doc/usr_08.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_08.txt b/runtime/doc/usr_08.txt index 854935c41..6b3db9b01 100644 --- a/runtime/doc/usr_08.txt +++ b/runtime/doc/usr_08.txt @@ -1,4 +1,4 @@ -*usr_08.txt* For Vim version 8.0. Last change: 2014 Jul 06 +*usr_08.txt* For Vim version 8.0. Last change: 2017 Aug 11 VIM USER MANUAL - by Bram Moolenaar @@ -45,7 +45,7 @@ top one: +----------------------------------+ What you see here is two windows on the same file. The line with "====" is -that status line. It displays information about the window above it. (In +the status line. It displays information about the window above it. (In practice the status line will be in reverse video.) The two windows allow you to view two parts of the same file. For example, you could make the top window show the variable declarations of a program, and |