aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* api(echo): should clear cmdline before echonotomo2021-01-21
* api: nvim_echonotomo2021-01-20
* input: consider "-- more --" state to be blocking, fixes #11899Björn Linse2021-01-04
* api/options: cleanup the fixupBjörn Linse2020-12-04
* api/options: fixupTJ DeVries2020-12-04
* api: enable nvim_get_runtime_file to find subdirectoriesBjörn Linse2020-11-24
* feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz2020-11-13
* Merge pull request #13118 from bfredl/mudhollandBjörn Linse2020-10-19
|\
| * A Mudholland Dr. RecastBjörn Linse2020-10-19
* | test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
|/
* Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueueMatthieu Coudron2020-06-08
|\
| * nvim_input: add testerw72020-05-25
* | API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379Justin M. Keyes2020-05-29
|/
* paste: support replace mode (#11945)Jesse2020-05-05
* api: add nvim_get_runtime_file for finding runtime filesBjörn Linse2020-02-07
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* API: deprecate nvim_command_outputJustin M. Keyes2019-12-02
* API: rename nvim_source => nvim_execJustin M. Keyes2019-12-01
* API: nvim_source_outputVikram Pal2019-12-01
* API: nvim_source: fix multiline inputJustin M. Keyes2019-12-01
* API: nvim_sourceSiddhant Gupta2019-12-01
* Context: rename "buflist" => "bufs"Justin M. Keyes2019-09-14
* API: nvim_get_context: "opts" paramJustin M. Keyes2019-09-14
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* test: is_os() #10933Justin M. Keyes2019-09-04
* shada/context: fully remove jumplist duplicates #10898Abdelhakeem Osama2019-09-03
* tests: assert:set_parameter('TableFormatLevel', 100) #10925Daniel Hahler2019-09-03
* paste: one undo-block per streamJustin M. Keyes2019-09-02
* api: make nvim_put support "\022{NUM}" regtype as returned by getregtype()Björn Linse2019-08-31
* API: nvim_paste: add `crlf` parameterJustin M. Keyes2019-08-30
* paste: break lines at CR, CRLF #10877Justin M. Keyes2019-08-29
* API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes2019-08-28
* paste: handle 'nomodifiable'Justin M. Keyes2019-08-27
* paste: make vim.paste() "public"Justin M. Keyes2019-08-27
* paste: handle vim.paste() failureJustin M. Keyes2019-08-27
* API: nvim_pasteJustin M. Keyes2019-08-27
* API: nvim_put: "follow" parameterJustin M. Keyes2019-08-27
* API: nvim_put: always PUT_CURSENDJustin M. Keyes2019-08-27
* API: nvim_put #6819Justin M. Keyes2019-08-27
* teardown: fix win_free_all() heap-use-after-free #10839Abdelhakeem Osama2019-08-25
* API: fix nvim_command_output buffer overflow (#10830)Abdelhakeem Osama2019-08-22
* tests: skip "API nvim_parse_expression" on MSVC_32 (#10773)Daniel Hahler2019-08-14
* API: ContextAbdelhakeem2019-07-27
* api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse2019-07-01
* api/buffer: create new buffers in the "opened" stateBjörn Linse2019-06-03
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* API: emit nvim_error_event on failed async requestJustin M. Keyes2019-04-13