aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/file_search.c
Commit message (Expand)AuthorAge
* 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
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* vim-patch:7.4.1108 (#4872)James McCoy2016-06-03
* Windows: find_file_in_path: Handle absolute path. #4711Michael Ennen2016-05-06
* Merge pull request #4239 from jbradaric/vim-7.4.885Justin M. Keyes2016-02-17
|\
| * vim-patch:7.4.885Jurica Bradaric2016-02-11
* | vim-patch:7.4.877Jurica Bradaric2016-02-11
* | file_search: Change return type of ff_wc_equal to bool.Jurica Bradaric2016-02-09
* | vim-patch:7.4.843Jurica Bradaric2016-02-09
* | file_search: Declare loop variables inside the loop.Jurica Bradaric2016-02-09
* | vim-patch:7.4.835Jurica Bradaric2016-02-09
|/
* vim-patch:7.4.642Jurica Bradaric2016-01-22
* Remove unnecessary includes for errno.hRui Abreu Ferreira2015-11-25
* minor cleanup. #2610Mark Bainter2015-05-13
* Remove char_u: message:smsg()Michael Reed2015-05-13
* Remove char_u: FullName_save()Mark Bainter2015-05-06
* Remove char_u: path_with_url()Mark Bainter2015-05-06
* Remove char_u: add_pathsep()Mark Bainter2015-05-06
* Enable -Wconversion: normal.c.Eliseo Martínez2015-04-27
* memory: Add `free` wrapper and refactor project to use itThiago de Arruda2015-04-13
* Wconversion: fix #1578Justin M. Keyes2014-11-28
* Wconversion: Fix warnings in file_search.c.Florian Walch2014-11-27
* ui: Remove redundant ui.h includesThiago de Arruda2014-11-27
* ui: Remove ui_delay, ui_breakcheck and ui_set_shellsizeThiago de Arruda2014-11-27