aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/file_search.c
Commit message (Expand)AuthorAge
* 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
* fileid: rename os_file_id_equalStefan Hoffmann2014-08-31
* fileid: rename os_get_file_idStefan Hoffmann2014-08-31
* Remove EBCDIC: Clean up commentsPavel Platto2014-08-02
* move errno.h include out of vim.hBrandon Coleman2014-07-09
* move <inttypes.h> include out of vim.hBrandon Coleman2014-07-09
* move ascii.h include out of vim.hBrandon Coleman2014-07-09
* remove stdbool.h include from vim.h and globals.hBrandon Coleman2014-07-09
* FileID: refactor file_search.c to use `FileID`Stefan Hoffmann2014-06-27
* Replace vim_strncpy calls: file_search.cDouglas Schneider2014-06-13
* spelling fixes #827Will Stamper2014-06-12
* Add automatic generation of headersZyX2014-06-02
* Remove OOM checks: ff_create_stack_element()Felipe Oliveira Carvalho2014-05-19
* Replace alloc() with xmalloc() and remove immediate OOM checksFelipe Oliveira Carvalho2014-05-19
* Remove NULL/non-NULL tests after calls to vim_str(n)save()Felipe Oliveira Carvalho2014-05-19
* Introduce nvim namespace: Fix unmasked strings.h issue.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Fix project-local includes.Eliseo Martínez2014-05-15
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15