aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* 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
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* fix(api): ignore 'autochdir' when renaming other buf (#28376)zeertzjq2024-04-16
* fix(api): ignore 'autochdir' when setting buf in other win (#28371)Raphael2024-04-16
* test: make mapping tests more consistent (#28368)zeertzjq2024-04-16
* test: getting autocmd Lua callback in Vimscript (#28367)zeertzjq2024-04-16
* fix(api): make width/height for split by nvim_open_win work (#28341)zeertzjq2024-04-15
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix: adjust error message for error in UI event callback (#28200)zeertzjq2024-04-06
* test: reduce sleep for file timestamp change (#28196)zeertzjq2024-04-06
* test: reduce `exec_lua` callsdundargoc2024-04-04
* fix: explain that user should run nvim with -V1 to see more informationdundargoc2024-03-30
* test: use matches(...) instead of ok(string.find(...)) (#28111)zeertzjq2024-03-30
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(rpc): do not crash when no input is consumedbfredl2024-03-21