mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
docs: misc, dev-api-fast, $XDG_STATE_HOME #35138
This commit is contained in:
7
runtime/lua/vim/_meta/options.lua
generated
7
runtime/lua/vim/_meta/options.lua
generated
@@ -5383,12 +5383,9 @@ vim.go.ruf = vim.go.rulerformat
|
||||
--- but are not part of the Nvim distribution. XDG_DATA_DIRS defaults
|
||||
--- to /usr/local/share/:/usr/share/, so system administrators are
|
||||
--- expected to install site plugins to /usr/share/nvim/site.
|
||||
--- 5. Session state directory, for state data such as swap, backupdir,
|
||||
--- viewdir, undodir, etc.
|
||||
--- Given by `stdpath("state")`. `$XDG_STATE_HOME`
|
||||
--- 6. $VIMRUNTIME, for files distributed with Nvim.
|
||||
--- 5. $VIMRUNTIME, for files distributed with Nvim.
|
||||
--- *after-directory*
|
||||
--- 7, 8, 9, 10. In after/ subdirectories of 1, 2, 3 and 4, with reverse
|
||||
--- 6, 7, 8, 9. In after/ subdirectories of 1, 2, 3 and 4, with reverse
|
||||
--- ordering. This is for preferences to overrule or add to the
|
||||
--- distributed defaults or system-wide settings (rarely needed).
|
||||
---
|
||||
|
4
runtime/lua/vim/_meta/vimfn.lua
generated
4
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -9473,8 +9473,8 @@ function vim.fn.stdioopen(opts) end
|
||||
--- 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, swap, undo, |shada|.
|
||||
--- state String Session state: storage for backupdir,
|
||||
--- file drafts, |shada|, swap, undo, 'viewdir'.
|
||||
---
|
||||
--- Example: >vim
|
||||
--- echo stdpath("config")
|
||||
|
Reference in New Issue
Block a user