diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-18 22:54:46 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-18 22:54:46 +0200 |
commit | 7571d55f7dcc009a375b2124cce2c8b21f361234 (patch) | |
tree | 4578a5c869799173679f61adfea8bef6a63e660f /runtime/doc/windows.txt | |
parent | 1381d791478ee77c8368b89a3d4954316bf839b5 (diff) | |
download | vim-git-7571d55f7dcc009a375b2124cce2c8b21f361234.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index af06ac8c9..81042dbcd 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 7.4. Last change: 2016 Jul 30 +*windows.txt* For Vim version 7.4. Last change: 2016 Aug 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -75,7 +75,7 @@ places where a Normal mode command can't be used or is inconvenient. The main Vim window can hold several split windows. There are also tab pages |tab-page|, each of which can hold multiple windows. - + *window-ID* Each window has a unique identifier called the window ID. This identifier will not change within a Vim session. The |win_getid()| and |win_id2tabwin()| functions can be used to convert between the window/tab number and the |