aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/file_search.c
Commit message (Expand)AuthorAge
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* feat(events): add DirChangedPrezeertzjq2022-02-11
* vim-patch:8.2.3219: :find searches non-existing directorieszeertzjq2022-02-01
* vim-patch:8.2.3613: :find test failszeertzjq2022-01-18
* vim-patch:8.2.3611: crash when using CTRL-W f without finding a file namezeertzjq2022-01-18
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* refactor: remove some chdir-related unnecessary calls and checkszeertzjq2021-12-20
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* 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: make commas trail in enumsDundar Göc2021-10-19
* refactor(dirchanged): tab -> tabpagezeertzjq2021-10-17
* vim-patch:8.2.0909: cannot go back to the previous local directoryzeertzjq2021-10-17
* vim-patch:8.1.0604: autocommand test fails on MS-Windowszeertzjq2021-10-17
* vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* Add v:event flag on DirChanged signaling switching window (#13153)Andrea Cedraro2020-11-07
* vim-patch:8.1.2120: some MB_ macros are more complicated than necessaryJan Edmund Lazo2019-10-06
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* vim-patch:8.1.0843: memory leak when running "make test_cd" #9944Justin M. Keyes2019-04-28
* chdir: remove unused argument #9901Marco Hinz2019-04-14
* lintJan Edmund Lazo2018-07-27
* file_search: free stackp if vim_findfile() failedJan Edmund Lazo2018-07-24
* vim-patch:8.0.0493: crash with cd command with very long argumentJan Edmund Lazo2018-07-22
* file_search: Silence PVS/V614: used buffer is never uninitializedZyX2018-04-15
* DirChanged: support <buffer> (#8140)Marco Hinz2018-03-16
* Fix warning about conversion on mingw64George Zhao2018-01-18
* *: Add comment to all C filesZyX2017-04-19
* mbyte: replace vim_tolower with mb_tolower handling locale correctlyBjörn Linse2017-04-10
* *: Fix some Windows-specific warningsZyX2017-03-29
* eval: Split and move dict_add_nr_str to typval.cZyX2017-03-29
* eval: Move dict_set_keys_readonly to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* DirChanged: avoid redundant events on 'autochdir'Justin M. Keyes2017-03-12
* DirChanged: trigger when switching scopesJustin M. Keyes2017-03-12
* DirChanged: Publish _after_ updating win/tab CWD.Justin M. Keyes2017-03-12
* *: Partial string handling refactoringZyX2017-02-15
* eval.c: Fix findfile(), :find, gf in :terminal. #6009Tommy Allen2017-01-31
* errors: Introduce "E856: Filename too long"Justin M. Keyes2017-01-23
* refactor: strlcat instead of str{n}cat.cztchoice2017-01-23
* DirChanged: set <amatch> (#5961)Justin M. Keyes2017-01-17
* Move apply_autocmd_dirchanged() to vim_chdir()Marco Hinz2017-01-13
* Trigger DirChanged on 'autochdir'Marco Hinz2017-01-13
* vim-patch:7.4.1909 (#5748)Shougo2016-12-10
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13