Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | log: Move log to $NVIM_LOG_FILE_PATH, falling back to the old location | ZyX | 2016-05-31 | |
* | | | | | | | | | | vim-patch:7.4.1056 (#4870) | Shota | 2016-06-05 | |
* | | | | | | | | | | pty_process: split into plat-specific files (#3976) | Rui Abreu Ferreira | 2016-06-04 | |
| |_|/ / / / / / / |/| | | | | | | | | ||||
* | | | | | | | | | Merge pull request #4860 from jamessan/tab-win-precedence | Justin M. Keyes | 2016-06-04 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||
| * | | | | | | | | tcd: Determine correct scope from user input | James McCoy | 2016-06-01 | |
| * | | | | | | | | tcd: Use user-provided tab page for `getcwd()`/`haslocaldir()` | James McCoy | 2016-06-01 | |
* | | | | | | | | | tui/input.c: Add mouse release event (#4873) | sach1t | 2016-06-04 | |
* | | | | | | | | | vim-patch:7.4.1108 (#4872) | James McCoy | 2016-06-03 | |
* | | | | | | | | | reorg | Justin M. Keyes | 2016-06-03 | |
* | | | | | | | | | Make clint happy again | James McCoy | 2016-06-02 | |
* | | | | | | | | | 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 |