aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
* fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
* feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
* Merge pull request #31475 from luukvbaal/delgravitybfredl2024-12-07
|\
| * fix(marks): skip right_gravity marks when deleting textLuuk van Baal2024-12-06
* | fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq2024-12-06
|/
* test(version_spec): expect vim.NIL, not nil, for "build" if not in a git cloneJames McCoy2024-12-03
* fix(api): deprecate nvim_subscribe, nvim_unsubscribe #30456Justin M. Keyes2024-12-02
* fix(api): make `nvim_set_hl()` respect all `cterm` attributes (#31390)Evgeni Chasnovski2024-12-02
* fix(api): don't try to get/set option for invalid option name (#31302)Famiu Haque2024-11-22
* fix(highlight): 'winhl' shouldn't take priority over API (#31288)zeertzjq2024-11-22
* fix(api): validation, documentation of hl_group #31195luukvbaal2024-11-16
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* test(api/window_spec): remove duplicate test (#30538)zeertzjq2024-09-27
* test(api/buffer_updates_spec): prevent flakiness (#30521)zeertzjq2024-09-26
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* refactor(api): rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(api): nvim_buf_get_text() crashes with large negative column #28740vanaigr2024-09-03
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* fix(decor): don't use separate DecorSignHighlight for url (#30096)zeertzjq2024-08-20
* Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl2024-07-21
|\
| * fix: assert failure in VimL expression parserRustum Zia2024-07-17
* | Merge pull request #28873 from luukvbaal/redrawbfredl2024-07-21
|\ \
| * | fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal2024-07-20
| |/
* / fix(marks): revalidate marks whose position did not changeLuuk van Baal2024-07-20
|/
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* refactor: use `vim._with` where possibledundargoc2024-06-28
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* refactor(tests): use more global highlight definitionsbfredl2024-05-26
* feat(signs)!: place higher-priority signs from the left #27781Tobias Schmitz2024-05-21
* feat(api): broadcast events to ALL channels #28487Justin M. Keyes2024-05-17
* fix(api): make getting explicit empty hl in virtual text work (#28697)zeertzjq2024-05-12
* perf(extmarks): better track whether namespace has extmarks (#28615)zeertzjq2024-05-03
* fix(api): use correct buffer for "range" in nvim__redraw (#28614)luukvbaal2024-05-03
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* feat(api): allow floats to be opened in non-current tabpage (#28480)Will Hopkins2024-04-25
* test: improve test conventionsdundargoc2024-04-23
* fix(api): do not update grid position in nvim_win_set_cursor (#28235)luukvbaal2024-04-21
* test: API can return Lua function to Lua code (#28380)zeertzjq2024-04-17