mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 04:51:38 +08:00
docs(dir): buffer state discarded by 'bufhidden' #41014
This commit is contained in:
parent
205a1ce4c7
commit
93f427f603
@ -76,7 +76,9 @@ Directory buffers follow the global 'hidden' option by default. To delete them
|
||||
after use: >vim
|
||||
autocmd FileType directory setlocal bufhidden=delete
|
||||
<
|
||||
Use "wipe" to discard all buffer state; see 'bufhidden'.
|
||||
A discarded listing is rebuilt on the next visit, so the cursor starts at the
|
||||
first entry instead of the one it was left on. "wipe" discards the buffer
|
||||
itself, leaving no |alternate-file|; see 'bufhidden'.
|
||||
|
||||
|
||||
Replacing the directory browser *dir-disable*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user