summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-02-05fix(--headless): do not block on press-enter prompts when no UIglacambre1
2022-02-01Merge pull request #17113 from zeertzjq/vim-8.2.2569zeertzjq1
2022-01-21refactor: remove CSI unescaping and clean up related names and commentszeertzjq1
2022-01-16feat(statusline): support multibyte fillcharzeertzjq1
2021-12-26fix: do not save K_EVENT as lastc in Insert modezeertzjq1
2021-12-21fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders1
2021-12-04feat(api): add nvim_get_option_valueGregory Anders1
2021-11-01refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez1
2021-10-27test(vim_spec): fix MSVC_32 skip for nvim_parse_expression test (#16161)Sean Dewar1
2021-10-20feat(nvim_open_term): support input callback in luaBjörn Linse1
2021-10-18feat(api): evaluate statusline string #16020Famiu Haque1
2021-10-14feat(:source, nvim_exec): defer script item creation until s:var accessSean Dewar1
2021-10-14feat(:source, nvim_exec): support script-local variablesSean Dewar1
2021-10-05feat(api): named marks set, get, delete #15346Javier Lopez1
2021-10-03Merge pull request #15516 from bfredl/keysetBjörn Linse1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-10-02fix(runtime): add packages as "/pack/*/start/*" patterns to &rtpBjörn Linse1
2021-09-18refactor(runtime): always use DIP_START when searching for runtime filesBjörn Linse1
2021-09-17fix(typo): overriden -> overridden (RE: PR #14159) (#15360)Oliver Marriott1
2021-09-14fix(:source, nvim_exec): handle Vimscript line continuations #14809Sean Dewar1
2021-09-01refactor(tests): use assert_alive() #15546Justin M. Keyes1
2021-09-01feat(api): nvim_get_chan_info: include "argv" for jobs #15537Justin M. Keyes1
2021-06-29fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname styleTJ DeVries1
2021-05-26Fix crash on `:echo get_all_options_info()`glacambre1
2021-04-21api: fix nvim_exec() silencing behaviour (#14413)Shadman1
2021-03-12api: allow open non-current buffer as terminal (+ xmas bonus)Björn Linse1
2021-02-09fix(notify): Expected 3 arguments error (#13905)notomo1
2021-02-02test: test vim-notifyMatthieu Coudron1
2021-01-21api(echo): should clear cmdline before echonotomo1
2021-01-20api: nvim_echonotomo1
2021-01-04input: consider "-- more --" state to be blocking, fixes #11899Björn Linse1
2020-12-04api/options: cleanup the fixupBjörn Linse1
2020-12-04api/options: fixupTJ DeVries1
2020-11-24api: enable nvim_get_runtime_file to find subdirectoriesBjörn Linse1
2020-11-13feat(lua): improve error message to make it actionable (#13276)Alvaro Muñoz1
2020-10-19Merge pull request #13118 from bfredl/mudhollandBjörn Linse1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-06-08Merge pull request #12376 from erw7/fix-stack-overflow-on-input-enqueueMatthieu Coudron1
2020-05-29API: nvim_create_buf: unset 'modeline' in scratch-buffer #12379Justin M. Keyes1
2020-05-25nvim_input: add testerw71
2020-05-05paste: support replace mode (#11945)Jesse1
2020-02-07api: add nvim_get_runtime_file for finding runtime filesBjörn Linse1
2019-12-02API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes1
2019-12-02API: deprecate nvim_command_outputJustin M. Keyes1
2019-12-01API: rename nvim_source => nvim_execJustin M. Keyes1
2019-12-01API: nvim_source_outputVikram Pal1
2019-12-01API: nvim_source: fix multiline inputJustin M. Keyes1
2019-12-01API: nvim_sourceSiddhant Gupta1
2019-09-14Context: rename "buflist" => "bufs"Justin M. Keyes1