Files
neovim/runtime
Rui Abreu Ferreira 4bfac00aa3 Windows: XDG: Update default paths. #4403
The previous defaults were including the nvim suffix, causing it to
apear twice in the final paths.

kXDGDataHome and kXDGConfigHome are now set as %LOCALAPPDATA%,
kXDGCacheHome is set as $TEMP.

In Windows there is no distinction between configuration and data
storage, but we don't want to place all files under the same path.
get_xdg_home() now appends a different path suffix for kXDGDataHome.

- Configuration files are saved under %LOCALAPPDATA%\nvim
- Data files are saved under %LOCALAPPDATA%\nvim-data
2016-03-03 23:26:11 -05:00
..
2015-01-21 07:27:01 +01:00
2016-01-27 14:22:48 +01:00
2016-02-07 01:13:30 -05:00
2016-02-14 08:24:49 +09:00
2014-12-19 15:28:49 -05:00
2015-11-28 10:59:21 +01:00
2016-02-17 04:28:01 -05:00
2014-12-19 15:28:49 -05:00
2016-01-14 13:13:32 -05:00
2014-07-29 02:12:31 +00:00
2015-01-04 19:42:30 +01:00
2014-12-30 13:51:39 +01:00