diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-05-13 15:20:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 15:20:58 +0200 |
commit | eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce (patch) | |
tree | afacbb31b05f04870f0b60a4a223a7f904d903b0 /runtime/doc/windows.txt | |
parent | c196119acbd5de0e9e5fae91db62fc9dfc675f8d (diff) | |
download | rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.gz rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.tar.bz2 rneovim-eb4b337d9eb8bf15cf0b832f46ea9cff14d6adce.zip |
vim-patch:partial:3f32a5f1601a (#18555)
Update runtime files and translations
https://github.com/vim/vim/commit/3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2
skip eval.txt (requires 8.2.4883)
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index cd5425336f..8062b9e28f 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -983,7 +983,7 @@ modified, but is forced (with '!') to be removed from a window, and 'autowrite' is off or the buffer can't be written. You can make a hidden buffer not hidden by starting to edit it with any -command. Or by deleting it with the ":bdelete" command. +command, or by deleting it with the ":bdelete" command. The 'hidden' is global, it is used for all buffers. The 'bufhidden' option can be used to make an exception for a specific buffer. It can take these |