comparison runtime/doc/windows.txt @ 16859:0154363d3b98 v8.1.1431

patch 8.1.1431: popup window listed as "Scratch" commit https://github.com/vim/vim/commit/c6896e20f8e7e8d9fe0fd1ad333aae1130d714e1 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 30 22:32:34 2019 +0200 patch 8.1.1431: popup window listed as "Scratch" Problem: Popup window listed as "Scratch". Solution: List them as "Popup".
author Bram Moolenaar <Bram@vim.org>
date Thu, 30 May 2019 22:45:04 +0200
parents c002c4899529
children d23afa4d8b63
comparison
equal deleted inserted replaced
16858:b1c49e3da5f6 16859:0154363d3b98
1 *windows.txt* For Vim version 8.1. Last change: 2019 May 18 1 *windows.txt* For Vim version 8.1. Last change: 2019 May 30
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1028 1028
1029 Each buffer has a unique number. That number will not change, 1029 Each buffer has a unique number. That number will not change,
1030 thus you can always go to a specific buffer with ":buffer N" 1030 thus you can always go to a specific buffer with ":buffer N"
1031 or "N CTRL-^", where N is the buffer number. 1031 or "N CTRL-^", where N is the buffer number.
1032 1032
1033 For the file name these special values are used:
1034 [Prompt] |prompt-buffer|
1035 [Popup] buffer of a |popup-window|
1036 [Scratch] 'buftype' is "nofile"
1037 [No Name] no file name specified
1038 For a |terminal-window| buffer the status is used.
1039
1033 Indicators (chars in the same column are mutually exclusive): 1040 Indicators (chars in the same column are mutually exclusive):
1034 u an unlisted buffer (only displayed when [!] is used) 1041 u an unlisted buffer (only displayed when [!] is used)
1035 |unlisted-buffer| 1042 |unlisted-buffer|
1036 % the buffer in the current window 1043 % the buffer in the current window
1037 # the alternate buffer for ":e #" and CTRL-^ 1044 # the alternate buffer for ":e #" and CTRL-^