Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: replace manual header guards with #pragma once | dundargoc | 2023-11-12 |
| | | | | | It is less error-prone than manually defining header guards. Pretty much all compilers support it even if it's not part of the C standard. | ||
* | feat(defaults): session data in $XDG_STATE_HOME #15583 | Ivan | 2022-05-12 |
| | | | | | | | | | | | | See: https://gitlab.freedesktop.org/xdg/xdg-specs/-/commit/4f2884e16db35f2962d9b64312917c81be5cb54b - Move session persistent data to $XDG_STATE_HOME Change 'directory', 'backupdir', 'undodir', 'viewdir' and 'shadafile' default location to $XDG_STATE_HOME/nvim. - Move logs to $XDG_STATE_HOME, too. - Add stdpath('log') support. Fixes: #14805 | ||
* | win/defaults: Use "…/nvim-data/site" in 'runtimepath' | Justin M. Keyes | 2019-04-28 |
| | | | | | | | | | | On Windows we store non-config data in "$XDG_DATA_HOME/nvim-data". But the "…/site" items in 'runtimepath' did not correctly point to that location, they used "…/nvim/site". Fix the init logic to use "…/nvim-data/site". closes #9910 | ||
* | stdpaths: Add documentation | ZyX | 2015-10-23 |
| | |||
* | stdpaths: Export get_xdg function (renamed) and use it for runtimepath | ZyX | 2015-10-23 |