aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/stdpaths.c
Commit message (Expand)AuthorAge
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: remove PVSdundargoc2023-11-12
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* feat: NVIM_APPNAME supports relative paths #25233Rory Nesbitt2023-09-27
* fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalidGhjuvan Lacambre2023-05-28
* refactor: use xstrl{cpy,cat} on IObuff (#23648)ii142023-05-16
* feat: $NVIM_APPNAME #22128Ghjuvan Lacambre2023-02-16
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* fix(stdpath): default to /tmp if stdpath('run') cannot be created #20952zeertzjq2022-11-06
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* fix(windows):exepath, stdpath return wrong slashes #19111Enan Ajmain2022-07-17
* feat: stdpath('run'), /tmp/nvim.user/ #18993Justin M. Keyes2022-06-30
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* fix(windows): stdpath("state") => "nvim-data" #18546dundargoc2022-05-12
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* refactor: format files with uncrustify #15663dundargoc2021-09-14
* logging: move to XDG_CACHE_HOME (#13739)Michael Lingelbach2021-01-13
* stdpaths_get_xdg_var: consider empty env vars #10953Daniel Hahler2019-09-06
* win/defaults: Use "…/nvim-data/site" in 'runtimepath'Justin M. Keyes2019-04-28
* do not pass NULL to os_getenvJustin M. Keyes2018-05-18
* eval: Add stdpath() method (#5297)Christian Höltje2018-03-29
* *: Add comment to all C filesZyX2017-04-19
* XDG: Windows: resolve $LOCALAPPDATA, $TEMP (#5278)Rui Abreu Ferreira2017-01-08
* option: Also escape commas in options other then &runtimepathZyX2016-07-10
* Lint: fix line length >80Marco Hinz2016-03-04
* Windows: XDG: Update default paths. #4403Rui Abreu Ferreira2016-03-03
* stdpaths: Document that stdpaths_*_subpath is not returning NULLZyX2015-10-29
* stdpaths: Use NULL in place of empty stringsZyX2015-10-29
* stdpaths: Remove outdated commentZyX2015-10-23
* stdpaths: Add Windows-specific directoriesZyX2015-10-23
* stdpaths: Add missing includeZyX2015-10-23
* stdpaths: Remove Apple defaults, use \*nix ones insteadZyX2015-10-23
* option: Add `//` to the end of default `&directory`ZyX2015-10-23
* stdpaths: Add documentationZyX2015-10-23
* stdpaths: Do NOT create data directoriesZyX2015-10-23
* stdpaths: Give proper error message in case directory creation failedZyX2015-10-23
* stdpaths,main: Remove all remaining memory leaksZyX2015-10-23
* stdpaths: Export get_xdg function (renamed) and use it for runtimepathZyX2015-10-23
* stdpaths: Rename export functions so that they have common prefixZyX2015-10-23
* stdpaths: Remove useless functions get_user_*_dirZyX2015-10-23
* stdpaths: Fix some issues, specificallyZyX2015-10-23
* option,main: Partial support of XDG base directory specificationKeerthan Jaic2015-10-23