aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
...
* 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
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* fix(event-loop): process input before events (#27358)zeertzjq2024-02-07
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* test: more tests for nvim_tabpage_get_win (#27248)zeertzjq2024-01-29
* vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar2024-01-28
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
* feat(api): support getting abbreviations (#26868)Raphael2024-01-20
* Merge pull request #27061 from luukvbaal/extmarkbfredl2024-01-19
|\
| * fix(extmarks): do not remove invalid marks from decor upon deletionLuuk van Baal2024-01-17
* | test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
* | test: big cleanup followupLewis Russell2024-01-17
|/
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* Merge pull request #26734 from bfredl/splitaroobfredl2024-01-13
|\
| * fix(buffer_updates): correct buffer updates when splitting empty linebfredl2024-01-13
* | test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* | test: normalise nvim bridge functionsLewis Russell2024-01-12
* | test: typing for helpers.methsLewis Russell2024-01-12
* | test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* | test: remove helpers.sleep()Lewis Russell2024-01-12
* | test: do not inject vim module into global helpersLewis Russell2024-01-12
|/
* refactor: format test/*Justin M. Keyes2024-01-03
* build: enable lintlua for test/ dirJustin M. Keyes2024-01-03
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(drawline): reduce size of wlv.extra[] (#26733)zeertzjq2023-12-25
* test(extmarks): improve tests for ui_watched (#26732)zeertzjq2023-12-25
* fix(api): don't set coladd of mark (#26648)zeertzjq2023-12-19
* fix(api): crash after nvim_win_set_config title/footer validation error (#26606)notomo2023-12-16
* refactor(options): remove option type macrosFamiu Haque2023-12-14
* Merge pull request #26486 from glepnir/fix_linebytebfredl2023-12-12
|\
| * fix: use no_ff instead of ffdos as conditionglepnir2023-12-12
* | test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* | test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
* | feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
* | Merge pull request #26361 from luukvbaal/invalidbfredl2023-12-05
|\ \ | |/ |/|
| * fix(extmarks): restore old position before revalidatingLuuk van Baal2023-12-02