aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* *: Fix linter errorsZyX2017-11-06
* Merge branch 'master' into expression-parserZyX2017-11-06
|\
| * eval/decode.c: Avoid NULL arg to memchr() #7332Adrian Neumann2017-11-06
| * docJustin M. Keyes2017-11-06
| * 'inccommand': Fix matches for zero-width (#7487)KillTheMule2017-11-05
| * test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
| * Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
| |\
| | * ui: allow external ui to draw wildmenuDongdong Zhou2017-10-29
| * | Merge #7315 "'inccommand': multiline, other fixes"Justin M. Keyes2017-10-31
| |\ \ | | |/ | |/|
| | * Fix cmd modifier tests for the new highlightKillTheMule2017-10-29
| | * Adjust tests for new highlighting.KillTheMule2017-10-29
| | * Test for clearing the highlightKillTheMule2017-10-29
| | * Adjust tests for the new preview windowKillTheMule2017-10-29
| | * Move tests into original file, lint, and add a testKillTheMule2017-10-29
| | * Fix old inccomand tests, and add more for the new functionality.KillTheMule2017-10-29
| |/
* | unittests: Add tests for vim_str2nrZyX2017-11-06
* | api/vim: Add “len” dictionary keyZyX2017-11-06
* | tests: Add missing test casesZyX2017-11-06
* | api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX2017-11-06
* | api/vim: Create part of nvim_parse_expression functionZyX2017-11-06
* | charset: Refactor vim_str2nrZyX2017-11-06
* | tests: Fix testlint errorsZyX2017-11-06
* | Merge branch 'master' into expression-parserZyX2017-10-30
|\|
| * rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
| * test/win: partially disable :terminal resize test (#7453)Justin M. Keyes2017-10-29
| * Merge #7173 'api/ui: externalize cmdline'Justin M. Keyes2017-10-29
| |\
| | * test: ui/cmdline_spec.lua: enable on WindowsJustin M. Keyes2017-10-29
| | * ext_cmdline: fix inputsecret()Björn Linse2017-10-26
| | * ext_cmdline: interact with cmdline windowBjörn Linse2017-10-26
| | * ext_cmdline: implement redraw!Björn Linse2017-10-26
| | * ext_cmdline: restructure and improve testsBjörn Linse2017-10-26
| | * ext_cmdline: rename cmdline_char to cmdline_special_charBjörn Linse2017-10-26
| | * ext_cmdline: extend "function" to generic "block" mechanismBjörn Linse2017-10-26
| | * ext_cmdline: add support for highlightingBjörn Linse2017-10-26
| | * ext_cmdline: added indentDongdong Zhou2017-10-26
| | * ext_cmdline: Add function block supportDongdong Zhou2017-10-26
| | * ext_cmdline: added cmdline levelDongdong Zhou2017-10-26
| | * ext_cmdline: fix firstc, change cmdline_leave to cmdline_hideDongdong Zhou2017-10-26
| | * ext_cmdline: change the content formatDongdong Zhou2017-10-26
| | * ext_cmdline: use standard external ui functionsDongdong Zhou2017-10-26
| | * ext_cmdline: lintDongdong Zhou2017-10-26
| | * ext_cmdline: add testsDongdong Zhou2017-10-26
| * | Merge #7440 "terminal: adjust for 'number'"Justin M. Keyes2017-10-28
| |\ \
| | * | test: :terminal + numberwidth=9Justin M. Keyes2017-10-28
| | * | terminal: Account for number column (#5310)Sam Wilson2017-10-27
| | |/
| * / test: ctrl_c_spec: bias timeouts for success (#7451)Matthew Malcomson2017-10-28
| |/
| * inccommand: Ignore leading modifiers in the commandJames McCoy2017-10-24
| * Merge #7430 'Ignore virtcols after 32000'Justin M. Keyes2017-10-22
| |\
| | * test: tabstop=<big-number> #2838Justin M. Keyes2017-10-22
| * | Merge #7165 'lua: Move stricmp to vim module'Justin M. Keyes2017-10-22
| |\ \ | | |/ | |/|