diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-02-17 08:32:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-17 08:32:25 +0100 |
commit | dc9dd8d664f2ffec3d199f96e4605cb0729497ec (patch) | |
tree | 12c393c88b07961442b687da1a136661bf4b95c5 /runtime | |
parent | 5225c1ec302ffb4cc510212647e065c7eb1957f4 (diff) | |
parent | aee29e51a6eb5db8f39c16f817527594d1c456d3 (diff) | |
download | rneovim-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.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: > |