| Age | Commit message (Expand) | Author | Files |
| 2017-02-07 | vim-patch:7.4.2275 | lonerover | 1 |
| 2017-02-04 | vim-patch:7.4.2024 | Marco Hinz | 1 |
| 2016-09-28 | doc: minor comment tweaks | Justin M. Keyes | 1 |
| 2016-09-13 | refactor: eliminate misc2.c | Justin M. Keyes | 1 |
| 2016-04-20 | Merge tempfile.c back into fileio.c | Jurica Bradaric | 1 |
| 2016-04-18 | *: Make set_vim_var_\* functions have proper argument types | ZyX | 1 |
| 2016-03-10 | quickfix.c: enable -Wconversion | Charles Joachim | 1 |
| 2016-02-15 | diff.c: change return type to bool | Charles Joachim | 1 |
| 2016-02-09 | Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'. | Justin M. Keyes | 1 |
| 2016-02-09 | vim-patch:7.4.768 | Jurica Bradaric | 1 |
| 2016-02-02 | vim-patch:7.4.810 | Jurica Bradaric | 1 |
| 2016-01-13 | vim patches 7.4.955/974/975/989. #3919 | Michael Ennen | 1 |
| 2015-11-25 | Remove unnecessary includes for errno.h | Rui Abreu Ferreira | 1 |
| 2015-05-29 | getenv: return NULL if empty #2574 | Scott Prager | 1 |
| 2015-05-13 | Remove char_u: ex_docmd:do_cmdline_cmd() | Michael Reed | 1 |
| 2015-05-06 | Remove char_u: FullName_save() | Mark Bainter | 1 |
| 2015-04-24 | Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h | Felipe Oliveira Carvalho | 1 |
| 2015-04-24 | Replace vim_iswhite with ascii_iswhite() defined in ascii.h | Felipe Oliveira Carvalho | 1 |
| 2015-04-18 | Remove char_u: vim_setenv() | Mark Bainter | 1 |
| 2015-04-13 | memory: Add `free` wrapper and refactor project to use it | Thiago de Arruda | 1 |
| 2015-03-25 | buffer: Move b_p_ma(modifiable) checks into the MODIFIABLE macro | Thiago de Arruda | 1 |
| 2015-02-18 | Enable -Wconversion: mark.c. | Eliseo Martínez | 1 |
| 2015-01-22 | "halfway a line" is a very confusing phrase | Jack Danger Canty | 1 |
| 2015-01-19 | Merge pull request #1729 from fwalch/vim-7.4.490 | Justin M. Keyes | 1 |
| 2015-01-11 | Cleanup: Rename getdigits() family functions. | Eliseo Martínez | 1 |
| 2015-01-11 | Cleanup: Refactor getdigits(). | Eliseo Martínez | 1 |
| 2015-01-04 | vim-patch:7.4.490 | Florian Walch | 1 |
| 2014-12-23 | vim-patch:7.4.477 | Florian Walch | 1 |
| 2014-12-13 | Reduce indentation level by early returning or continuing loop | Felipe Oliveira Carvalho | 1 |
| 2014-12-03 | shell: Remove kShellOptCooked from ShellOpts | Thiago de Arruda | 1 |
| 2014-11-12 | Convert some values from buffer_defs.h to bools | Wayne Rowcliffe | 1 |
| 2014-09-24 | Replace FOR_ALL_WINDOWS with FOR_ALL_WINDOWS_IN_TAB(curtab) | Wayne Rowcliffe | 1 |
| 2014-09-22 | FOR_ALL_TABS helper | Wayne Rowcliffe | 1 |
| 2014-09-08 | Additional FOR_ALL_WINDOWS usage | Wayne Rowcliffe | 1 |
| 2014-08-31 | fileinfo: change returntype of os_fileinfo_size | Stefan Hoffmann | 1 |
| 2014-08-31 | fileinfo: rename os_get_file_info{,_link,_fd} | Stefan Hoffmann | 1 |
| 2014-08-31 | fileinfo: implement os_fileinfo_size | Stefan Hoffmann | 1 |
| 2014-07-14 | Extract `tempfile` module from fileio | Pavel Platto | 1 |
| 2014-07-14 | Add vim_gettempdir(), remove global vim_tempdir | Pavel Platto | 1 |
| 2014-07-14 | Refactor vim_tempname | Pavel Platto | 1 |
| 2014-07-14 | Remove #ifdefs TEMPDIRNAMES and add TEMPDIRNAMES for Windows | Pavel Platto | 1 |
| 2014-07-11 | vim-patch:7.4.308 #832 | Will Stamper | 1 |
| 2014-07-09 | move errno.h include out of vim.h | Brandon Coleman | 1 |
| 2014-07-09 | move <inttypes.h> include out of vim.h | Brandon Coleman | 1 |
| 2014-07-09 | move ascii.h include out of vim.h | Brandon Coleman | 1 |
| 2014-07-09 | remove stdbool.h include from vim.h and globals.h | Brandon Coleman | 1 |
| 2014-07-08 | Replace int with bool in some files. #654 | Klemen Košir | 1 |
| 2014-06-06 | Remove USE_CR and tag_fgets. #808 | Justin M. Keyes | 1 |
| 2014-06-02 | Add automatic generation of headers | ZyX | 1 |
| 2014-05-28 | Extract cursor.h from misc{1,2}.h and memline.h | Hinidu | 1 |