diff options
Diffstat (limited to 'runtime/doc/builtin.txt')
-rw-r--r-- | runtime/doc/builtin.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index a8f75066e8..b458679560 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -7543,8 +7543,10 @@ stdpath({what}) *stdpath()* *E6100* is stored here. data_dirs List Other data directories. log String Logs directory (for use by plugins too). + run String Run directory: temporary, local storage + for sockets, named pipes, etc. state String Session state directory: storage for file - drafts, undo, shada, named pipes, ... + drafts, undo, shada, etc. Example: > :echo stdpath("config") |