aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* fix(api): disallow win_set_buf from changing cmdwin's old curbuf (#24745)Sean Dewar2023-08-17
* fix(keycodes): recognize <t_xx> as a key (#24700)zeertzjq2023-08-13
* test(api): update tests to new error messagesbfredl2023-08-07
* refactor(api): use typed keysetsbfredl2023-08-07
* feat(api): allow win_hide to close cmdwin or non-previous windowsSean Dewar2023-07-26
* feat(api): allow win_close in cmdwin to close wins except previousSean Dewar2023-07-26
* feat(api): allow open_win/win_set_buf in the cmdwin in some casesSean Dewar2023-07-26
* test: fix VimResume test flakiness (#24438)zeertzjq2023-07-23
* fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
* fix(api/options): validate buf and winLewis Russell2023-07-22
* feat(api)!: change return type of nvim_win_text_height to Dict (#24365)zeertzjq2023-07-16
* feat(api): add nvim_win_text_height (#24236)zeertzjq2023-07-11
* fix(vim.system): close check handle (#24270)zeertzjq2023-07-06
* fix(edit): fix K_EVENT interfering with 'digraph' (#24258)zeertzjq2023-07-05
* fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo2023-07-04
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* fix(api): nvim_parse_cmd error message in pcall() #23297Alexandre Teoi2023-07-01
* fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181Justin M. Keyes2023-06-28
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* fix(api): wrong nvim_buf_set_extmark error for invalid hl_modezeertzjq2023-06-22
* feat: report "build" in vim.version() #23925treatybreaker2023-06-11
* test: more tests for nvim_{set,del}_keymap with abbreviation (#23970)zeertzjq2023-06-10
* feat(api): support abbreviations in nvim_set_keymapbfredl2023-06-09
* fix(events): don't expand non-file as file namezeertzjq2023-06-07
* refactor(api): adjust errors for setting options (#23942)zeertzjq2023-06-07
* refactor(defaults): do not use C specific default values for options (#22500)Gregory Anders2023-06-06
* test: added tests for set_height with winminheight=0 and a winbarFolke Lemaitre2023-06-01
* fix(api): nvim_get_hl should return default flagNull Chilly2023-05-22
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(redo): make redo of Lua mappings in op-pending mode work (#23566)zeertzjq2023-05-10
* test: add tests for executing commands with backwards rangezeertzjq2023-05-05
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* fix(api): make nvim_get_hl not return non-existing groupsbfredl2023-04-13
* feat(api): set statuscolumn line number in nvim_eval_statusline()Luuk van Baal2023-04-07
* feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()Luuk van Baal2023-04-05
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* docs: fix typosdundargoc2023-04-04
* fix(api): avoid double hit-enter prompt with nvim_err_writeln (#22879)zeertzjq2023-04-04
* refactor(defaults)!: change default 'commentstring' value to empty (#22862)zeertzjq2023-04-02
* Merge pull request #22778 from luukvbaal/getextbfredl2023-04-02
|\
| * feat(extmarks): extend nvim_buf_get_extmarks()Luuk van Baal2023-04-01
* | fix(api): return both link and attributes with nvim_get_hl (#22824)Sindre T. Strøm2023-03-31
* | fix(api): Use local LastSet structure in nvim_get_option_info (#22741)Michal Liszcz2023-03-29
|/
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* Merge pull request #22762 from bfredl/hl2ctermbfredl2023-03-25
|\
| * fix(api): make nvim_get_hl return 'cterm' attrs properlybfredl2023-03-23
* | feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
|/
* feat(api): add nvim_get_hl (#22693)Null Chilly2023-03-23