| Commit message (Expand) | Author | Age |
| * | lint: cleanup after parent commits | ZviRackover | 2018-08-16 |
| * | Remove occurences of mb_head_off | ZviRackover | 2018-08-15 |
| * | Remove all occurences of the mb_ptr2char macro | ZviRackover | 2018-08-06 |
| * | vim-patch:8.0.0451: some macros are in lower case | Jan Edmund Lazo | 2018-06-12 |
| * | macros: Rename LAST_ARRAY_ENTRY to ARRAY_LAST_ENTRY | ZyX | 2018-03-27 |
| * | shada: Save numbered marks | ZyX | 2018-03-26 |
| * | build/MSVC: fix "C4005: RGB: macro redefinition" | Justin M. Keyes | 2018-03-18 |
| * | vim-patch:8.0.0448: some macros are lower case (#7936) | KunMing Xie | 2018-01-30 |
| * | Make 'langnoremap' apply directly after a map | Matthew Malcomson | 2018-01-27 |
| * | Merge #7863 'mingw64: fix gcc warnings' | Justin M. Keyes | 2018-01-20 |
| |\ |
|
| | * | Fix warning, read/write have unsigned int count on windows. | George Zhao | 2018-01-19 |
| | * | Fix warning when assing size_t type value to uv_buf_t.len, convert type to UL... | George Zhao | 2018-01-18 |
| | * | Fix warning when redefine RGB on Windows | George Zhao | 2018-01-18 |
| |/ |
|
| * | *: Fix all V641 errors | ZyX | 2017-05-20 |
| * | *: Use __attribute__((fallthrough)) where comments aren't supported | James McCoy | 2017-05-12 |
| * | macros: Fix excessive check | ZyX | 2017-04-16 |
| * | refactor: pos_T macros to functions (#6496) | Felipe Oliveira Carvalho | 2017-04-11 |
| * | win: mch_open_rw: specify S_IWRITE #6487 | erw7 | 2017-04-11 |
| * | mbyte: replace vim_tolower with mb_tolower handling locale correctly | Björn Linse | 2017-04-10 |
| * | vim-patch:7.4.2236 | lonerover | 2017-04-01 |
| * | *: Move some dictionary functions to typval.h and use char* | ZyX | 2017-03-29 |
| * | vim-patch:7.4.2223 | James McCoy | 2017-03-11 |
| * | tui: "backpressure": Drop messages to avoid flooding. | Justin M. Keyes | 2016-12-09 |
| * | encoding: cleanup mbyte.c given fixed encoding=utf-8 | Björn Linse | 2016-11-05 |
| * | vim-patch:7.4.1147 (#5005) | prollings | 2016-07-10 |
| * | eval: Split out typval_T dumping functions to nvim/encode.c | ZyX | 2016-04-18 |
| * | src/*: Remove `VIM - Vi improved ...` header | Michael Reed | 2015-11-27 |
| * | Move MAX and MIN macros to macros.h | Michael Reed | 2015-08-25 |
| * | completion: Add v:completed_item feature #2563 | Shougo Matsushita | 2015-05-24 |
| * | Passing by: wrap mb_ptr_adv(), mb_cptr_adv(), mb_ptr_back() macros in parenth... | Mark Bainter | 2015-05-06 |
| * | Remove char_u: make_percent_swname() | Mark Bainter | 2015-05-06 |
| * | Remove char_u: modname() | Mark Bainter | 2015-05-06 |
| * | Replace VIM_ISDIGIT() and vim_isdigit() with ascii_isdigit() defined in ascii.h | Felipe Oliveira Carvalho | 2015-04-24 |
| * | coverity/{13738,13739,68853,13717,13720,13716,68854,13718,13721}: FP. | Eliseo Martínez | 2015-04-11 |
| * | vim-patch:7.4.502 #2282 | David Bürgin | 2015-03-29 |
| * | terminal: New module that implements a terminal emulator | Thiago de Arruda | 2015-03-25 |
| * | Remove BINARY_FILE_IO option #2179 | Perry Hung | 2015-03-18 |
| * | Define and use the ARRAY_SIZE macro | Felipe Oliveira Carvalho | 2014-12-18 |
| * | strings/memory: constify and func_attr. | Scott Prager | 2014-11-27 |
| * | startuptime: move code to profile.{c,h} + doc | Nicolas Hillegeer | 2014-07-20 |
| * | os_open: impl mch_open with libuv. ref #133 | Justin M. Keyes | 2014-07-14 |
| * | move defines from vim.h | Brandon Coleman | 2014-07-12 |
| * | vim-patch:7.4.295 #833 | Will Stamper | 2014-07-11 |
| * | Introduce nvim namespace: Fix define guards. | Eliseo Martínez | 2014-05-15 |
| * | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |