Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adapt include guards to the style guide | James McCoy | 2014-03-14 |
| | |||
* | Remove __ARGS macro. Close #205 | Nicolas Pierron | 2014-03-02 |
| | | | | | | | | | This is a squash of all commits sent to #81. - Remove unused undef of __ARGS. - Fix mch_rename declaration. - Follow changes related to moved & extracted files. - Properly indent function declarations of getchar.h and quickfix.c. | ||
* | Extract file_search.c from misc2.c | Felipe Oliveira Carvalho | 2014-02-28 |
Continue to split misc2.c in many other files (see #209). The only changed I made to the moved code was adding `vim_free(ff_expand_buffer)` to `free_finfile()`. This is was needed because `ff_expand_buffer` was moved from `misc2.c` to `file_search.c`. |