comparison runtime/doc/windows.txt @ 28843:cd68a630f0d0

Update runtime files and translations Commit: https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 12 20:34:15 2022 +0100 Update runtime files and translations
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 May 2022 21:45:05 +0200
parents 6dd88e45d47d
children f8116058ca76
comparison
equal deleted inserted replaced
28842:4c4966f73c6b 28843:cd68a630f0d0
1 *windows.txt* For Vim version 8.2. Last change: 2022 Apr 06 1 *windows.txt* For Vim version 8.2. Last change: 2022 May 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1034 hidden although the 'hidden' option is not set. This happens when a buffer is 1034 hidden although the 'hidden' option is not set. This happens when a buffer is
1035 modified, but is forced (with '!') to be removed from a window, and 1035 modified, but is forced (with '!') to be removed from a window, and
1036 'autowrite' is off or the buffer can't be written. 1036 'autowrite' is off or the buffer can't be written.
1037 1037
1038 You can make a hidden buffer not hidden by starting to edit it with any 1038 You can make a hidden buffer not hidden by starting to edit it with any
1039 command. Or by deleting it with the ":bdelete" command. 1039 command, or by deleting it with the ":bdelete" command.
1040 1040
1041 The 'hidden' is global, it is used for all buffers. The 'bufhidden' option 1041 The 'hidden' is global, it is used for all buffers. The 'bufhidden' option
1042 can be used to make an exception for a specific buffer. It can take these 1042 can be used to make an exception for a specific buffer. It can take these
1043 values: 1043 values:
1044 <empty> Use the value of 'hidden'. 1044 <empty> Use the value of 'hidden'.