aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
...
* 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
* fix(api): nvim_create_buf assert fails if autocmds set &swapfileSean Dewar2024-03-19
* fix(api): nvim_create_buf leaks memory if buffer is loaded earlySean Dewar2024-03-19
* fix(api): update grid cursor in nvim_win_set_cursor()Luuk van Baal2024-03-15
* fix(api): fix set_lines viewport adjustment, but this time goodbfredl2024-03-14
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* fix(api): win_set_config set tp_curwin of win moved from other tabpageSean Dewar2024-03-09
* fix(api): win_set_config update statuslines after removing splitsSean Dewar2024-03-09
* fix(api): patch some cmdwin/textlock holesSean Dewar2024-03-08
* fix(api): handle win_split_ins failure properlySean Dewar2024-03-08
* fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
* fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
* fix(api): make open_win/win_set_config check if splitting allowedSean Dewar2024-03-08
* fix(api): avoid open_win UAF if target buf deleted by autocmdsSean Dewar2024-03-08
* fix(api): open_win fire Buf* events when !enter && !noautocmd if entered earlySean Dewar2024-03-08
* fix(api): open_win fire BufWinEnter for other buffer when !enter && !noautocmdSean Dewar2024-03-08
* fix(api): win_set_config fires unnecessary autocmdsSean Dewar2024-03-08
* fix(api): win_set_config autocmds crash when moving win to other tabpageSean Dewar2024-03-08
* test: more tests for nvim_eval_statusline "fillchar" (#27502)zeertzjq2024-02-17
* fix(api): don't use stl 'fillchar' for "use_statuscol_lnum" (#27501)luukvbaal2024-02-17
* refactor(tests): get channel id via nvim_get_chan_info #27441Justin M. Keyes2024-02-12