aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval
Commit message (Expand)AuthorAge
* compat: "v:count" distinct from "count" (#7407)Marco Hinz2017-11-09
* eval/decode.c: Avoid NULL arg to memchr() #7332Adrian Neumann2017-11-06
* test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
* getcmdline_prompt: Temporarily disable msg_silent so prompt is displayedJames McCoy2017-10-14
* functests: Remove wait() from input_specZyX2017-08-06
* Revert "functests: Replace wait() with nvim_async"ZyX2017-07-27
* functests: Replace wait() with nvim_asyncZyX2017-07-26
* functests: Remove unneeded wait()sZyX2017-07-26
* Merge branch 'master' into colored-cmdlineZyX2017-07-15
|\
| * mbyte: Fix crash when using multibyte chars in maparg() return (#6986)Nikolai Aleksandrovich Pavlov2017-07-09
| * test: handle single-char hostname (#6939)KunMing Xie2017-07-01
* | functests: Add missing wait()ZyX2017-06-27
* | eval,ex_getln: Add support for coloring input() promptsZyX2017-06-27
|/
* functests: Move function_spec to evalZyX2017-06-20
* functests/msgpack: Correct representation of literal INT64_MINJames McCoy2017-06-06
* functests/msgpack: Use assert_equal() for more informative errorsJames McCoy2017-06-06
* Merge pull request #6680 from mhinz/listen/localhostJames McCoy2017-05-28
|\
| * eval: serverstart: Return finalized address to userJames McCoy2017-05-28
| * Server tests: endpoint parsing in serverstart()Marco Hinz2017-05-22
| * Server tests: use helpers.command()Marco Hinz2017-05-22
* | get_keymap API (#6236)TJ DeVries2017-05-25
|/
* Merge #6480 from ZyX-I/colored-cmdline'/input-dictJustin M. Keyes2017-05-13
|\
| * functests: Reword regression test headersZyX2017-05-13
| * functests: Remove “correctly” from non-regression testsZyX2017-05-13
| * functests: Get rid of last redraws due to the “line above” issueZyX2017-05-11
| * functests: Remove outdated commentsZyX2017-05-10
| * functests: Remove some redraw callsZyX2017-05-10
| * functests: Remove all wait()sZyX2017-05-10
| * eval: Alter E5050 error message, test thatZyX2017-05-10
| * eval: Refactor get_user_input to support dictionaryZyX2017-05-10
* | api: add metadata for ui eventsBjörn Linse2017-05-10
|/
* win: default shellxescape, shellxquote to emptyRui Abreu Ferreira2017-04-12
* win: libuv_process_spawn(): special-case cmd.exeRui Abreu Ferreira2017-04-12
* win/test: Enable more system() testsRui Abreu Ferreira2017-04-12
* functests: Fix some tests which are failing locally for unrelated reasonsZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* win: os_get_hostname() #5416 (#6413)Justin M. Keyes2017-04-07
* eval: Add s flag, use p_fs by default, error out on unknown flagZyX2017-04-03
* functests: Try sleeping a bit moreZyX2017-03-29
* eval: Fix extend() behaviour with NULL lists and dictionariesZyX2017-03-29
* eval/typval: Fix SEGV in test_alot.vim testZyX2017-03-29
* eval: Move part of dictwatcher* functions to eval/typvalZyX2017-03-29
* functests: Fix buf_functions test on WindowsZyX2017-03-29
* eval/typval: Add tv_list_equal() tests, compare NULL lists equalZyX2017-03-29
* eval/typval,tests: Fix extending list with itself, add testsZyX2017-03-29
* eval/typval: Make tv_list_concat handle NULL lists correctlyZyX2017-03-29
* functests: Add null_spec.lua from #4615ZyX2017-03-29
* eval: Fix max_min functionsZyX2017-03-29
* eval: Move remaining get_tv_string* functions to eval/typval.cZyX2017-03-29
* eval: Move get_tv_lnum and get_tv_float to eval/typval.hZyX2017-03-29