aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* 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
* feat: add `vim.filetype.get_option()`Lewis Russell2023-03-20
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* fix(extmarks): don't leak memory on error (#22507)zeertzjq2023-03-05
* feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* fix(highlight): avoid ORing underline flags (#22372)zeertzjq2023-02-23
* fix(api): allow empty Lua table for nested dicts #22268Justin M. Keyes2023-02-16
* Merge #22214 move init_default_autocmds to luaJustin M. Keyes2023-02-14
|\
| * refactor: move init_default_autocmds to luaglacambre2023-02-11
* | refactor(api): consistent VALIDATE messages #22262Justin M. Keyes2023-02-14
* | refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* | refactor(api): VALIDATE macros #22187Justin M. Keyes2023-02-14
|/
* fix(tests): fixes for using vim.mpack and more ASANbfredl2023-02-10
* fix(rpc): ignore redraw events when not in UI client (#21892)zeertzjq2023-02-09
* Merge pull request #21331 from LiadOz/LiadOz/prompt-insert-extmarkbfredl2023-02-02
|\
| * fix(extmarks): adjust extmarks when inserting prompt prefixLiad Oz2023-01-14
* | fix(highlight): properly deal with underline mask when listing (#22057)zeertzjq2023-01-31
* | feat(highlight): define the concept of altfont as a (c)term rendering attributePaul "LeoNerd" Evans2023-01-24
* | refactor(highlight): reshape the HL_UNDER* bits into a 3-bit integer maskPaul "LeoNerd" Evans2023-01-24
* | revert: "shada/context: fully remove jumplist duplicates #10898" (#21874)zeertzjq2023-01-23
* | Merge #21844 test: avoid noise in test logsJustin M. Keyes2023-01-16
|\ \
| * | refactor(tests): lift retry() into assert_log()Justin M. Keyes2023-01-17
| * | test: avoid noise in NVIM_LOG_FILEJustin M. Keyes2023-01-16
* | | fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...luukvbaal2023-01-17
|/ /
* / refactor: remove E5500, adjust testszeertzjq2023-01-16
|/
* fix(api): nvim_create_autocmd crash on invalid types inside pattern arrayii142023-01-12
* fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)zeertzjq2023-01-10
* fix(statusline): make nvim_eval_statusline() work with %S (#21553)zeertzjq2022-12-27
* fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)zeertzjq2022-12-16
* Merge pull request #21375 from nojnhuh/highlight-testbfredl2022-12-12
|\
| * fix(tests): initialize Screen.colors in API highlight testsJon Huhn2022-12-10
* | docs #20986Justin M. Keyes2022-12-11
|/