| Commit message (Expand) | Author | Age |
| * | Merge branch 'master' into expression-parser | ZyX | 2017-11-19 |
| |\ |
|
| | * | 'viewoptions': add "curdir" flag #7447 | Eric Roberts | 2017-11-18 |
| | * | defaults: scrollback=10000 (#7556) | Justin M. Keyes | 2017-11-14 |
| | * | Merge pull request #7545 from jamessan/test-fixes | James McCoy | 2017-11-12 |
| | |\ |
|
| | | * | tests: terminal: Assert for SIGWINCH handling before continuing | James McCoy | 2017-11-12 |
| | | * | tui_spec: Convert nil to "" before formatting it | James McCoy | 2017-11-12 |
| | * | | :terminal : fix crash on resize (#7547) | Justin M. Keyes | 2017-11-13 |
| | |/ |
|
| | * | :checkhealth : validate 'runtimepath' (#7526) | Justin M. Keyes | 2017-11-10 |
| | * | compat: "v:count" distinct from "count" (#7407) | Marco Hinz | 2017-11-09 |
| | * | Merge #7465 has('ttyin'), has('ttyout') | Justin M. Keyes | 2017-11-08 |
| | |\ |
|
| | | * | test: startup_spec: cmd.exe escaping | Justin M. Keyes | 2017-11-04 |
| | | * | test: has("ttyin"), has("ttyout") | Justin M. Keyes | 2017-11-04 |
| | * | | NVIM v0.2.1v0.2.1 | Justin M. Keyes | 2017-11-07 |
| * | | | tests: Stabilize float format and %e in format_luav and format_string | ZyX | 2017-11-19 |
| * | | | *: Fix linter errors | ZyX | 2017-11-19 |
| * | | | tests: Use single test file for unit and functional parser tests | ZyX | 2017-11-19 |
| * | | | functests: Fix ui/cmdline test | ZyX | 2017-11-19 |
| * | | | viml/parser/expressions,unittests: Do better testing, fix found issues | ZyX | 2017-11-19 |
| * | | | unittests,syntax: Check for sanity of highlight_init_cmdline | ZyX | 2017-11-13 |
| * | | | Merge branch 'master' into expression-parser | ZyX | 2017-11-06 |
| |\| | |
|
| | * | | eval/decode.c: Avoid NULL arg to memchr() #7332 | Adrian Neumann | 2017-11-06 |
| | * | | 'inccommand': Fix matches for zero-width (#7487) | KillTheMule | 2017-11-05 |
| | |/ |
|
| | * | test: server_spec: Tolerate missing protocol (#7478) | James McCoy | 2017-11-02 |
| | * | Merge #7454 'ui: ext_wildmenu' | Justin M. Keyes | 2017-10-31 |
| | |\ |
|
| | | * | ui: allow external ui to draw wildmenu | Dongdong Zhou | 2017-10-29 |
| | * | | Merge #7315 "'inccommand': multiline, other fixes" | Justin M. Keyes | 2017-10-31 |
| | |\ \
| | |/
| |/| |
|
| | | * | Fix cmd modifier tests for the new highlight | KillTheMule | 2017-10-29 |
| | | * | Adjust tests for new highlighting. | KillTheMule | 2017-10-29 |
| | | * | Test for clearing the highlight | KillTheMule | 2017-10-29 |
| | | * | Adjust tests for the new preview window | KillTheMule | 2017-10-29 |
| | | * | Move tests into original file, lint, and add a test | KillTheMule | 2017-10-29 |
| | | * | Fix old inccomand tests, and add more for the new functionality. | KillTheMule | 2017-10-29 |
| | |/ |
|
| * | | api/vim: Add “len” dictionary key | ZyX | 2017-11-06 |
| * | | tests: Add missing test cases | ZyX | 2017-11-06 |
| * | | api/vim,functests: Add tests for nvim_parse_expression, fix found bugs | ZyX | 2017-11-06 |
| * | | api/vim: Create part of nvim_parse_expression function | ZyX | 2017-11-06 |
| * | | tests: Fix testlint errors | ZyX | 2017-11-06 |
| * | | Merge branch 'master' into expression-parser | ZyX | 2017-10-30 |
| |\| |
|
| | * | rpc: Don't delay notifications when request is pending (#6544) | Björn Linse | 2017-10-29 |
| | * | test/win: partially disable :terminal resize test (#7453) | Justin M. Keyes | 2017-10-29 |
| | * | Merge #7173 'api/ui: externalize cmdline' | Justin M. Keyes | 2017-10-29 |
| | |\ |
|
| | | * | test: ui/cmdline_spec.lua: enable on Windows | Justin M. Keyes | 2017-10-29 |
| | | * | ext_cmdline: fix inputsecret() | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: interact with cmdline window | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: implement redraw! | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: restructure and improve tests | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: rename cmdline_char to cmdline_special_char | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: extend "function" to generic "block" mechanism | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: add support for highlighting | Björn Linse | 2017-10-26 |
| | | * | ext_cmdline: added indent | Dongdong Zhou | 2017-10-26 |