Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |