| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | vim-patch:7.4.942 | watiko | 2016-03-06 | |
| | * | | | | | | | | buffer_defs.h: Fix lint errors | watiko | 2016-03-06 | |
| | * | | | | | | | | vim-patch:7.4.941 | watiko | 2016-03-06 | |
| * | | | | | | | | | mouse: Implement horizontal scroll. #3450 | bambu | 2016-04-25 | |
| | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | | Merge pull request #4367 from jbradaric/vim-7.4.1107 | Justin M. Keyes | 2016-04-22 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | Fix another linter error. | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | Merge tempfile.c back into fileio.c | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | vim-patch:7.4.1120 | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | vim-patch:7.4.1117 | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | Fix linter errors. | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | vim-patch:7.4.1116 | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | vim-patch:7.4.1114 | Jurica Bradaric | 2016-04-20 | |
| | * | | | | | | | | vim-patch:7.4.1107 | Jurica Bradaric | 2016-04-20 | |
| * | | | | | | | | | version.c: update. #4301 | Shougo Matsushita | 2016-04-22 | |
| * | | | | | | | | | Merge #3229 ':tcd' | Justin M. Keyes | 2016-04-21 | |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||
| | * | | | | | | | | tcd: doc, error messages | Justin M. Keyes | 2016-04-21 | |
| | * | | | | | | | | Implement tab-local working directory feature. | HiPhish | 2016-04-20 | |
| | |/ / / / / / / | ||||
| * / / / / / / / | eval: let getreg() return valid list for an undefined register | Björn Linse | 2016-04-21 | |
| |/ / / / / / / | ||||
| * | | | | | | | Merge pull request #4610 from KillTheMule/vim-7.4.819 | Justin M. Keyes | 2016-04-20 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | vim-patch:7.4.819 | KillTheMule | 2016-04-19 | |
| * | | | | | | | | Merge pull request #4589 from gregorias/patch_1113 | Justin M. Keyes | 2016-04-20 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | vim-patch:7.4.1113 | Grzegorz Milka | 2016-04-19 | |
| | |/ / / / / / / | ||||
| * / / / / / / / | v:windowid #4608 | Rui Abreu Ferreira | 2016-04-19 | |
| |/ / / / / / / | ||||
| * | | | | | | | vim-patch:ca63501 | David Barnett | 2016-04-18 | |
| * | | | | | | | Merge pull request #3951 from cacplate/misc1_Wconversion | Björn Linse | 2016-04-18 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | misc1.c: enable -Wconversion | Charles Joachim | 2016-04-17 | |
| | | |_|/ / / / | |/| | | | | | ||||
| * | | | | | | | test: convert test_marks.in. | Justin M. Keyes | 2016-04-18 | |
| * | | | | | | | Merge pull request #4594 from dbarnett/vim-88774f | Justin M. Keyes | 2016-04-17 | |
| |\ \ \ \ \ \ \ | ||||
| | * | | | | | | | vim-patch:88774f | David Barnett | 2016-04-17 | |
| * | | | | | | | | *: Fix preincrement lint errors | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/encode: Simplify loop in encode_list_write | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/encode: Make sure that encoder can encode NULL variables | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/encode: Adjust buffer sizes passed to vim_snprintf | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/encode: Dump FF character correctly | ZyX | 2016-04-18 | |
| * | | | | | | | | *: Make set_vim_var_\* functions have proper argument types | ZyX | 2016-04-18 | |
| * | | | | | | | | eval: Treat [] and [""] as any other empty string | ZyX | 2016-04-18 | |
| * | | | | | | | | eval: Fix overflow in error message in f_json_decode | ZyX | 2016-04-18 | |
| * | | | | | | | | api: Add warnings about the returned value to \*del_var functions | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Accept `\r` as space character | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Do not overflow when parsing `-` | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Clarify meaning of some pointer arguments | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Fix typo in internal error message | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Reject even more numbers | ZyX | 2016-04-18 | |
| * | | | | | | | | *: Fix linter errors | ZyX | 2016-04-18 | |
| * | | | | | | | | message: Remove useless emsg* functions, leaving only emsgf | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Rewrite json_decode_string end as suggested by oni-link | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Reject more numbers, accept 1e5 | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Do not loose high surrogates followed by high surrogates | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Make sure that error messages do not cause overflow | ZyX | 2016-04-18 | |
| * | | | | | | | | eval/decode: Make sure that parsing strings does not overflow | ZyX | 2016-04-18 | |