aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-02-17 08:32:25 +0100
committerGitHub <noreply@github.com>2019-02-17 08:32:25 +0100
commitdc9dd8d664f2ffec3d199f96e4605cb0729497ec (patch)
tree12c393c88b07961442b687da1a136661bf4b95c5 /runtime
parent5225c1ec302ffb4cc510212647e065c7eb1957f4 (diff)
parentaee29e51a6eb5db8f39c16f817527594d1c456d3 (diff)
downloadrneovim-dc9dd8d664f2ffec3d199f96e4605cb0729497ec.tar.gz
rneovim-dc9dd8d664f2ffec3d199f96e4605cb0729497ec.tar.bz2
rneovim-dc9dd8d664f2ffec3d199f96e4605cb0729497ec.zip
Merge #9593 'API: nvim_create_buf: "scratch" param'
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/windows.txt1
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: >