Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | vim-patch:7.4.1695 | James McCoy | 2016-06-02 | |
* | | | | | | | | | vim-patch:7.4.1142 | James McCoy | 2016-06-02 | |
|/ / / / / / / / | ||||
* | | | | | | | | timers: stop all timers on teardown | Björn Linse | 2016-06-01 | |
* | | | | | | | | Merge pull request #4846 from ZyX-I/luaviml'/lua'/encode_vim_to_object'/typva... | Justin M. Keyes | 2016-05-31 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | typval_encode: Do not use new vector type | ZyX | 2016-05-30 | |
| * | | | | | | | | kvec,typval_encode: Add new vector: the one with preallocated array | ZyX | 2016-05-30 | |
| * | | | | | | | | eval/encode: Move main macros from encode.c to typval_encode.h | ZyX | 2016-05-30 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge pull request #4844 from ZyX-I/rename-main-loop | Justin M. Keyes | 2016-05-31 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | *: Rename main loop variable from loop to main_loop | ZyX | 2016-05-30 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #4843 from ZyX-I/refactor-queue | Justin M. Keyes | 2016-05-30 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | lib/queue: Actually remove all _QUEUE macros | ZyX | 2016-05-30 | |
| * | | | | | | | lib/queue: Refactor queue.h | ZyX | 2016-05-30 | |
| |/ / / / / / | ||||
* | | | | | | | lib/kvec: Fix remaining linter errors | ZyX | 2016-05-30 | |
* | | | | | | | lib/kvec: Make code cleaner | ZyX | 2016-05-30 | |
* | | | | | | | lib/kvec: Do not use kv_init unless needed | ZyX | 2016-05-30 | |
* | | | | | | | lib/kvec: Remove useless type argument from kv_push macros | ZyX | 2016-05-30 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #4740 from brcolow/vim-7.4.1276 | Justin M. Keyes | 2016-05-29 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | vim-patch:7.4.1276 | Michael Ennen | 2016-05-17 | |
* | | | | | | | Merge pull request #4756 from jbradaric/vim-7.4.1119 | Justin M. Keyes | 2016-05-29 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | vim-patch:7.4.1161 | Jurica Bradaric | 2016-05-14 | |
| * | | | | | | | vim-patch:7.4.1132 | Jurica Bradaric | 2016-05-14 | |
| * | | | | | | | vim-patch:7.4.1123 | Jurica Bradaric | 2016-05-14 | |
| * | | | | | | | vim-patch:7.4.1119 | Jurica Bradaric | 2016-05-14 | |
* | | | | | | | | fopen_noinh_readbin: restore WIN32 decision | Justin M. Keyes | 2016-05-28 | |
* | | | | | | | | do_source: less fuss about fopen_noinh_readbin | Justin M. Keyes | 2016-05-28 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||
* | | | | | | | Merge pull request #2825 from lucc/legacy/listlbr | Justin M. Keyes | 2016-05-27 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | tests: Migrate legacy test listlbr. | Lucas Hoffmann | 2016-05-23 | |
| | |_|/ / / / | |/| | | | | | ||||
* | | | | | | | Merge pull request #4825 from ZyX-I/fix-4822 | Justin M. Keyes | 2016-05-27 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | eval: Stop executing *eval() function at error | ZyX | 2016-05-27 | |
* | | | | | | | | Merge pull request #4817 from bfredl/remoteui | Justin M. Keyes | 2016-05-27 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | api: refactor remote ui to use API dispatch generation | Björn Linse | 2016-05-27 | |
* | | | | | | | | | Windows: Don't build the TUI is systems where it is not supported | Rui Abreu Ferreira | 2016-05-27 | |
| |/ / / / / / / |/| | | | | | | | ||||
* | | | | | | | | vim-patch:7.4.1567 | James McCoy | 2016-05-25 | |
* | | | | | | | | vim-patch:7.4.1096 | James McCoy | 2016-05-25 | |
| |_|_|_|_|/ / |/| | | | | | | ||||
* | | | | | | | timers: racy situation found on travis | Björn Linse | 2016-05-25 | |
|/ / / / / / | ||||
* | | | | | | Merge pull request #4624 from bfredl/timers | Björn Linse | 2016-05-25 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | cmdline: Redraw the cmdline after processing events | Björn Linse | 2016-05-24 | |
| * | | | | | | eval: implement timers. vim-patch: 7.4.1578, 7.4.1831 | Björn Linse | 2016-05-24 | |
| |/ / / / / | ||||
* | | | | | | Merge pull request #4741 from brcolow/vim-7.4.1281 | Justin M. Keyes | 2016-05-25 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | vim-patch:7.4.1281 | Michael Ennen | 2016-05-25 | |
* | | | | | | | Merge pull request #4807 from jamessan/vim-7.4.1053 | Justin M. Keyes | 2016-05-25 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | vim-patch:7.4.1071 | James McCoy | 2016-05-24 | |
| * | | | | | | | vim-patch:7.4.1053 | James McCoy | 2016-05-24 | |
| | |/ / / / / | |/| | | | | | ||||
* / | | | | | | vim-patch:7.4.1064 | James McCoy | 2016-05-24 | |
|/ / / / / / | ||||
* | | | | | | test: Remove references to tiny.vim/small.vim/mbyte.vim | Michael Ennen | 2016-05-22 | |
* | | | | | | Merge pull request #2824 from lucc/legacy/close_count | Justin M. Keyes | 2016-05-22 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | tests: Migrate legacy test close_count. | Lucas Hoffmann | 2016-05-20 | |
* | | | | | | | os_nodetype: Return NODE_NORMAL if os_stat fails. | Justin M. Keyes | 2016-05-22 | |
* | | | | | | | Merge pull request #4786 from jbradaric/vim-7.4.1516 | Justin M. Keyes | 2016-05-22 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | vim-patch:7.4.1521 | Jurica Bradaric | 2016-05-19 |