summaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Expand)AuthorFiles
2017-05-01NVIM v0.2.0v0.2.0Justin M. Keyes1
2017-04-30Merge pull request #6621 from jamessan/vim-7.4.2231James McCoy1
2017-04-30'guicursor': No color/blink by defaultJustin M. Keyes1
2017-04-29oldfiles_spec: Add tests for ":filter ... oldfiles"James McCoy1
2017-04-29oldfiles_spec: Set the shada file in the sessionJames McCoy1
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes1
2017-04-28api: nvim_get_mode()Justin M. Keyes2
2017-04-28api/ext_tabline: `curtab` should be a Tabpage handle.Justin M. Keyes1
2017-04-27defaults_spec: Test changing :filetype/:syntax in -c, after defaultsJames McCoy1
2017-04-26test: inccommand_spec: Avoid indeterminism. (#6592)Justin M. Keyes1
2017-04-26api/ext_tabline: List of Dicts.Justin M. Keyes1
2017-04-26api: nvim_ui_attach(): Flatten ext_* options.Justin M. Keyes3
2017-04-26api/ui: externalize tablineJustin M. Keyes3
2017-04-26api/ui: externalize tablineDongdong Zhou1
2017-04-24test/fs: sanity check for literal "~" directory (#6579)Justin M. Keyes2
2017-04-24api: Do not translate error messages.Justin M. Keyes4
2017-04-23api: Do not truncate errors <1 MB. #6237Sander Bosma1
2017-04-23test: api: Do not truncate errors <1 MB.Justin M. Keyes2
2017-04-23Merge #6513 from ZyX-I/lazier-arg_errmsg-gettextJustin M. Keyes1
2017-04-21Merge #6539 'More cursor shape modes'Justin M. Keyes7
2017-04-21ex_cmds.c: Fix bug in ex_z (#6557)sander21
2017-04-21tests: detect invalid helpers.sleepBjörn Linse3
2017-04-21ui: use an array for mode stylesBjörn Linse2
2017-04-21ui: add tests for new cursor shape modesBjörn Linse5
2017-04-21Merge branch 'master' into lazier-arg_errmsg-gettextZyX9
2017-04-20Merge #6550 from ZyX-I/pvs-check-commentJustin M. Keyes5
2017-04-20'scrollback': Allow :setlocal -1 on normal buffersJustin M. Keyes1
2017-04-19*: Add comment to all C filesZyX5
2017-04-17test: Cursor after `:hi clear|syntax reset`Justin M. Keyes1
2017-04-17fold: foldMoveRange(): fix :move bug #6534Matthew Malcomson1
2017-04-15ops: fix i<c-r> with multi-byte text (#6524)Björn Linse1
2017-04-14unittests: Add a test for TV_CSTRINGZyX1
2017-04-14test: check_cores(): Escape $TMPDIR path. (#6520)Justin M. Keyes1
2017-04-12win: os_shell_is_cmdexe() + testsJustin M. Keyes1
2017-04-12win: default shellxescape, shellxquote to emptyRui Abreu Ferreira2
2017-04-12win: libuv_process_spawn(): special-case cmd.exeRui Abreu Ferreira1
2017-04-12win/test: Enable more system() testsRui Abreu Ferreira2
2017-04-12win: defaults: 'shellredir', 'shellxquote', 'shellxescape'Justin M. Keyes1
2017-04-11ci: install Turkish locale and make locale tests more reliableBjörn Linse1
2017-04-11test: helpers.execute() => helpers.feed_command()Justin M. Keyes4
2017-04-11win/test: Enable recover_spec.luaJustin M. Keyes1
2017-04-11test: `:file {name}`Justin M. Keyes2
2017-04-11test/rmdir(): fallback to Nvim delete()Justin M. Keyes1
2017-04-10test/rmdir(): Remove `readonly` attr on Windows.Justin M. Keyes2
2017-04-10Merge #6479 from bfredl/tolowerJustin M. Keyes1
2017-04-10Merge #6488 from ZyX-I/coverity-fixesJustin M. Keyes2
2017-04-10test: add tests for gu/gU behavior in Turkish localeBjörn Linse1
2017-04-09coverity/56795: Fix NULL dereference in :syn keyword non-printableZyX1
2017-04-09coverity/13689: Check file header with memcmpZyX1
2017-04-09coverity/13688: Check for NUL bytes in salfromZyX1