mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
Merge #34558 docs
This commit is contained in:
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@ -619,10 +619,10 @@ vim.bo.bl = vim.bo.buflisted
|
||||
--- help help buffer (do not set this manually)
|
||||
--- nofile buffer is not related to a file, will not be written
|
||||
--- nowrite buffer will not be written
|
||||
--- prompt buffer where only the last section can be edited, for
|
||||
--- use by plugins. `prompt-buffer`
|
||||
--- quickfix list of errors `:cwindow` or locations `:lwindow`
|
||||
--- terminal `terminal-emulator` buffer
|
||||
--- prompt buffer where only the last line can be edited, meant
|
||||
--- to be used by a plugin, see `prompt-buffer`
|
||||
---
|
||||
--- This option is used together with 'bufhidden' and 'swapfile' to
|
||||
--- specify special kinds of buffers. See `special-buffers`.
|
||||
|
Reference in New Issue
Block a user