summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2019-09-14API: nvim_get_context: "opts" paramJustin M. Keyes1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-09-04test: is_os() #10933Justin M. Keyes1
2019-09-03shada/context: fully remove jumplist duplicates #10898Abdelhakeem Osama1
2019-09-03tests: assert:set_parameter('TableFormatLevel', 100) #10925Daniel Hahler1
2019-09-02paste: one undo-block per streamJustin M. Keyes1
2019-08-31api: make nvim_put support "\022{NUM}" regtype as returned by getregtype()Björn Linse1
2019-08-30API: nvim_paste: add `crlf` parameterJustin M. Keyes1
2019-08-29paste: break lines at CR, CRLF #10877Justin M. Keyes1
2019-08-28API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes1
2019-08-27paste: handle 'nomodifiable'Justin M. Keyes1
2019-08-27paste: make vim.paste() "public"Justin M. Keyes1
2019-08-27paste: handle vim.paste() failureJustin M. Keyes1
2019-08-27API: nvim_pasteJustin M. Keyes1
2019-08-27API: nvim_put: "follow" parameterJustin M. Keyes1
2019-08-27API: nvim_put: always PUT_CURSENDJustin M. Keyes1
2019-08-27API: nvim_put #6819Justin M. Keyes1
2019-08-25teardown: fix win_free_all() heap-use-after-free #10839Abdelhakeem Osama1
2019-08-22API: fix nvim_command_output buffer overflow (#10830)Abdelhakeem Osama1
2019-08-14tests: skip "API nvim_parse_expression" on MSVC_32 (#10773)Daniel Hahler1
2019-07-27API: ContextAbdelhakeem1
2019-07-01api/lua: make nvim_execute_lua use native lua floats, not special tablesBjörn Linse1
2019-06-03api/buffer: create new buffers in the "opened" stateBjörn Linse1
2019-05-26messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse1
2019-05-18test: remove use of require('test.helpers')Justin M. Keyes1
2019-05-09UI/nvim_ui_attach(): add `override` optionJustin M. Keyes1
2019-04-13API: emit nvim_error_event on failed async requestJustin M. Keyes1
2019-04-08event-loop: do not set CA_COMMAND_BUSY #9853Justin M. Keyes1
2019-03-05buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse1
2019-02-17API: nvim_create_buf: add `scratch` parameterJustin M. Keyes1
2019-02-10ui: implement ext_messagesBjörn Linse1
2019-02-09api: add nvim_create_buf to create a new empty buffer.Björn Linse1
2019-02-05UI: always use contrete colors for default_colors_setBjörn Linse1
2019-01-23tests/lua: test for multiline error messages in luaBjörn Linse1
2019-01-14test/API: nvim_set_vvar() #9395Justin M. Keyes1
2018-12-31multigrid: add multigrid support to test infrastructureBjörn Linse1
2018-12-03RPC: turn errors from async calls into notificationsBjörn Linse1
2018-11-28docJustin M. Keyes1
2018-11-24api: implement object namespacesBjörn Linse1
2018-10-31functionaltest: enable job channel testJan Edmund Lazo1
2018-10-01ui: rename ext_newgrid to ext_linegridBjörn Linse1
2018-09-05test: API validation: assert exact stringJustin M. Keyes1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2018-07-21ui: use line-based rather than char-based updates in screen.cBjörn Linse1
2018-06-07API: validation: mention invalid method name (#8489)Justin M. Keyes1
2018-06-01nvim_list_uis: include channel idBjörn Linse1
2018-05-23api: list information about all channels/jobs.Björn Linse1
2018-05-11Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes1
2018-05-09API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes1