aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* docs: miscdundargoc2025-01-30
* vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq2025-01-24
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* vim-patch:8.2.0985: simplify() does not remove slashes from "///path"zeertzjq2024-10-13
* fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAMEbfredl2024-10-11
* vim-patch:9.1.0761: :cd completion fails on Windows with backslash in path (#...zeertzjq2024-10-07
* vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq2024-08-07
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673)zeertzjq2024-07-12
* vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq2024-07-12
* vim-patch:8.2.3388: fnamemodify('path/..', ':p') differs from using 'path/../...zeertzjq2024-07-12
* refactor: remove CH_FOLD macrodundargoc2024-07-10
* refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* refactor(path.c): add nonnull attributes (#28829)zeertzjq2024-05-19
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* docs: misc (#28609)dundargoc2024-05-15
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* refactor(IWYU): fix includes for cmdhist.h (#26324)zeertzjq2023-11-30
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: follow style guidedundargoc2023-11-19
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* fix(path): restore space separation in 'path' (#25571)zeertzjq2023-10-10
* fix(path): accept special characters on Windows (#25424)Leonardo Mello2023-10-04
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
* fix(runtime): respect 'fileignorecase' when sourcing (#24344)zeertzjq2023-07-14
* fix(completion): don't add backslashes to runtime pattern (#24296)zeertzjq2023-07-08
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* refactor: remove some casts to char * (#24200)zeertzjq2023-06-29
* fix(events): don't expand non-file as file namezeertzjq2023-06-07
* fix(runtime): do not allow breakcheck inside runtime path calculationbfredl2023-04-19
* vim-patch:8.2.4184: cannot use an import in 'includeexpr'zeertzjq2023-04-17
* vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)zeertzjq2023-04-17
* vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq2023-04-14