aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueueMatthieu Coudron2020-06-08
|\
| * nvim_input: add testerw72020-05-25
* | vim-patch:8.2.0491: cannot recognize a <script> mapping using maparg()Jan Edmund Lazo2020-06-04
* | 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
* shed biking: it's always extmarks, never marks extendedBjörn Linse2020-01-20
* extmarks/bufhl: reimplement using new marktree data structureBjörn Linse2020-01-16
* API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler2020-01-14
* API: nvim_get_hl_by_id: omit hl instead of returning -1 #11685kevinhwang912020-01-08
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* 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
* doc: fix typosBrian Wignall2019-11-27
* [RFC] extmark: fix E315 in nvim_buf_set_extmark (#11449)notomo2019-11-25
* doc + extmarks tweaks #11421Justin M. Keyes2019-11-25
* test was wrongBjörn Linse2019-11-23
* refactor: use inserted_bytes pattern from vimBjörn Linse2019-11-23
* extmark: don't crash in RO buffer.Björn Linse2019-11-16
* extmark: review changesBjörn Linse2019-11-11
* nsmarks: initial committimeyyy2019-11-11
* build/doc/CI: remove/update quickbuild references #11258Justin M. Keyes2019-10-19
* tests: fix non-controversial misuse of `pending` (#11247)Daniel Hahler2019-10-18
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* server_requests_spec: fix assertion, pass Lua paths via args (#10875)Daniel Hahler2019-09-16
* Context: rename "buflist" => "bufs"Justin M. Keyes2019-09-14
* API: nvim_get_context: "opts" paramJustin M. Keyes2019-09-14
* syntax, TUI: support "strikethrough"Jaskaran Singh2019-09-13
* UIEnter/UILeave: fire for embedder UI, builtin TUIJustin M. Keyes2019-09-12
* rename: UIAttach/UIDetach => UIEnter/UILeaveJustin M. Keyes2019-09-12
* UIAttach, UIDetachJustin M. Keyes2019-09-12
* UIAttach, UIDetachRui Abreu Ferreira2019-09-12
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}'Justin M. Keyes2019-09-05
|\
| * Change test because maparg was changed to also return lnumerw72019-09-04
* | 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
* API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes2019-09-01
* API: make nvim_win_set_option() set window-global, not buffer-local #9110Björn Linse2019-09-01
* 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