aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)Sean Dewar2021-10-27
* feat(nvim_open_term): support input callback in luaBjörn Linse2021-10-20
* feat(api): evaluate statusline string #16020Famiu Haque2021-10-18
* feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar2021-10-14
* feat(:source, nvim_exec): support script-local variablesSean Dewar2021-10-14
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* Merge pull request #15516 from bfredl/keysetBjörn Linse2021-10-03
|\
| * refactor(api): handle option dicts properlyBjörn Linse2021-10-03
* | fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse2021-10-02
|/
* refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse2021-09-18
* fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott2021-09-17
* fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar2021-09-14
* refactor(tests): use assert_alive() #15546Justin M. Keyes2021-09-01
* feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes2021-09-01
* fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries2021-06-29
* Fix crash on `:echo get_all_options_info()`glacambre2021-05-26
* api: fix nvim_exec() silencing behaviour (#14413)Shadman2021-04-21
* api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse2021-03-12
* fix(notify): Expected 3 arguments error (#13905)notomo2021-02-09
* test: test vim-notifyMatthieu Coudron2021-02-02
* 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