summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/file_search.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-14fix(gf): handle local `file:` URI paths #38915Barrett Ruth1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-01-04vim-patch:9.1.1646: MS-Windows: completion cannot handle implicit drive letterszeertzjq1
2025-10-31fix(completion): complete drive-letter filepath on Windows #3635311soda111
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-06-19vim-patch:9.1.1467: too many strlen() calls (#34572)zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-02-22vim-patch:9.1.1135: 'suffixesadd' doesn't work with multiple items (#32573)zeertzjq1
2025-02-19vim-patch:9.1.1122: too many strlen() calls in findfile.c (#32516)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-10-29vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq1
2024-08-07vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)zeertzjq1
2024-07-12vim-patch:9.1.0567: Cannot use relative paths as findfile() stop directorieszeertzjq1
2024-07-12vim-patch:9.1.0566: Stop dir in findfile() doesn't work properly w/o trailing...zeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-08refactor: quadratic behavior in vim_findfile_stopdir (#29232)James1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-02refactor: remove redundant struct namesdundargoc1
2024-01-01refactor: remove redundant NOLINT commentsdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-10fix(file_search): path with spaces in finddir() and findfile() (#25493)Leonardo Mello1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-07-17feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell1
2023-05-05vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-17vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)zeertzjq1
2023-04-07refactor: remove redundant const char * castsii141
2023-04-06refactor: remove use of reserved c++ keywordsii141
2023-04-05refactor: make error message definitions constii141
2023-04-02refactor: remove char_u (#22829)dundargoc1
2023-02-11refactor: reduce scope of locals as per the style guide (#22206)dundargoc1