aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.3551: checking first character of url twice (#17910)dundargoc2022-03-30
* vim-patch:8.2.4418: crash when using special multi-byte characterSean Dewar2022-02-19
* vim-patch:8.2.3939: MS-Windows: fnamemodify('', ':p') does not workzeertzjq2022-02-07
* vim-patch:8.2.3824: no ASAN support for MSVCzeertzjq2022-02-07
* vim-patch:8.2.1741: pathshorten() only supports using one characterzeertzjq2022-02-06
* Merge pull request #17174 from zeertzjq/vim-8.2.3153bfredl2022-01-27
|\
| * vim-patch:8.2.3153: URLs with a dash in the scheme are not recognizedzeertzjq2022-01-24
* | vim-patch:8.2.3611: crash when using CTRL-W f without finding a file namezeertzjq2022-01-18
|/
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
* Merge pull request #16362 from zeertzjq/vim-8.2.3617Jan Edmund Lazo2021-11-21
|\
| * vim-patch:8.2.3468: problem with :cd when editing file in non-existent directoryzeertzjq2021-11-19
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: format with uncrustify #15755dundargoc2021-09-24
* refactor: convert TRUE/FALSE to true/false (#15660)dundargoc2021-09-18
* chore: use codespell to spell check #15016dundargoc2021-07-07
* Fix `<afile>` getting prepended with a slash on WinClosed (#14515)Ghjuvan Lacambre2021-06-26
* Remove '- 1' for sizes passed to xstrlcpyJan Edmund Lazo2021-05-19
* path.c: fix path_fnamencmperw72021-02-25
* path: add helper for checking a file extensiondm1try2020-12-01
* refactor: pass window to was_set_insecurelyMatthieu Coudron2020-11-23
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* refactor: move various things to os/shell.cJustin M. Keyes2020-02-02
* vim-patch:8.1.1143: may pass weird strings to file name expansionJan Edmund Lazo2020-01-26
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* vim-patch:8.1.1371: cannot recover from a swap file #11081Jurica Bradarić2019-10-05
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* Fix get_path_cutoff() on Windowserw72019-08-17
* os_can_exe: remove char_uJustin M. Keyes2019-07-21
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.0876: backslashes and wildcards in backticks don't workJan Edmund Lazo2019-05-07
* os/env: use libuv v1.12 getenv/setenv APIJustin M. Keyes2019-02-27
* clang/"null pointer dereference": expand_wildcardsJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* clang/"null passed to nonnull arg": expand_wildcardsJustin M. Keyes2019-01-13
* Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
* Remove occurences of mb_head_offZviRackover2018-08-15
* refactor: Replace vim_strrchr() with strrchar() (#8718)ZviRackover2018-08-11
* vim-patch:8.0.1512: warning for possibly using NULL pointerJan Edmund Lazo2018-07-23
* vim-patch:8.0.1464: add slash when completing directory #8684Jan Edmund Lazo2018-07-10
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0355: using uninitialized memory when 'isfname' is empty (#8493)Jan Edmund Lazo2018-06-08
* path: Silence PVS/V557: impossible to reach with NUL-terminated stringZyX2018-04-17
* path: Fix PVS/V560: condition is essentially `A && A`ZyX2018-04-17