mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 23:08:16 +00:00
API: nvim_create_buf: add scratch
parameter
Creating a scratch buffer is a chore/ritual, and would be more useful/common if formally exposed.
This commit is contained in:
@@ -1256,6 +1256,7 @@ directory Displays directory contents. Can be used by a file explorer
|
||||
< The buffer name is the name of the directory and is adjusted
|
||||
when using the |:cd| command.
|
||||
|
||||
*scratch-buffer*
|
||||
scratch Contains text that can be discarded at any time. It is kept
|
||||
when closing the window, it must be deleted explicitly.
|
||||
Settings: >
|
||||
|
Reference in New Issue
Block a user