diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-09 16:38:36 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-02-17 06:58:03 +0100 |
commit | aee29e51a6eb5db8f39c16f817527594d1c456d3 (patch) | |
tree | d300bc85d8fa406a1df05bcd5cb55bd5676bd771 /runtime | |
parent | 023e832d409abeed4819807fc219fa532bcbdb03 (diff) | |
download | rneovim-aee29e51a6eb5db8f39c16f817527594d1c456d3.tar.gz rneovim-aee29e51a6eb5db8f39c16f817527594d1c456d3.tar.bz2 rneovim-aee29e51a6eb5db8f39c16f817527594d1c456d3.zip |
API: nvim_create_buf: add `scratch` parameter
Creating a scratch buffer is a chore/ritual, and would be more
useful/common if formally exposed.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/windows.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 44464c1cef..2e4b6f6e76 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -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: > |