summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2026-03-14fix(api): don't config split as floatwin relative to itselfSean Dewar1
2026-03-14fix(api): win_config_float_tp grid removal, redrawSean Dewar1
2026-03-14refactor(api): cleanup, more comments, more tests, newsSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move floatwin to another tabpageglepnir1
2026-03-13docs: miscJustin M. Keyes1
2026-03-13fix(api): nvim_parse_cmd on range-only, modifier-only commands #36665glepnir1
2026-03-11docs: miscJustin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-10Merge #37926 msg_show UI event indicates user-interactiveJustin M. Keyes1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-09feat(extmark): support end_col=-1 if strict=false #28169Stefan Novaković1
2026-03-09Merge #38206 nvim_win_set_configJustin M. Keyes1
2026-03-09fix(api): don't re-apply minimal style if unchanged #38152Sean Dewar1
2026-03-09fix(api): unnecessary errors when not moving splitSean Dewar1
2026-03-09fix(api): redraw after setting minimal styleSean Dewar1
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-03-08refactor(api): move split handling logic outSean Dewar1
2026-03-08fix(api): style=minimal not applied immediately for unmoved splitSean Dewar1
2026-03-06docs(api): clarify nvim_win_set_buf documentation #37201Marc Jakobi1
2026-03-06fix(api): nvim_set_hl crashes when url= key is passedglepnir1
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2026-03-03feat(ui): specify whether msg_show event comes from typed commandLuuk van Baal1
2026-03-03fix(api): return "style" in nvim_win_get_config() #38122Sean Dewar2
2026-02-23fix(api): win_config `border` type #38030glepnir1
2026-02-23docs(api): nvim_open_win "split" with negative "win" #38032Sean Dewar1
2026-02-21docs: highlight, terminal SGR #37998Justin M. Keyes2
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini2
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq2
2026-02-15fix(highlight): setting 'winhl' doesn't work with global ns (#37868)zeertzjq1
2026-02-14fix(restart): append `-c <cmd>` at end, drop `-- [files…]` #37846Justin M. Keyes1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-02-12refactor(api): api_buf_ensure_loadedJustin M. Keyes1
2026-02-10fix(api): cterm type in highlight keyset #37802glepnir1
2026-02-08fix(autocmd): deferred TermResponse lacks "data", may not fire (#37778)Sean Dewar1
2026-01-31fix(ui): don't crash if maximum UI count reached (#37636)zeertzjq1
2026-01-28fix(terminal): losing output if BufFile* poll for events (#37580)zeertzjq1
2026-01-26fix(ui): only internal messages are unsafe #37462luukvbaal1
2026-01-26docs: nvim_set_hl fg_index, bg_indexed #37534glepnir1
2026-01-21 fix(api): auto-load buffers in nvim_buf_set_* operations (#35046)glepnir1
2026-01-15fix(api): nvim_get_option_value dummy buffer crashesSean Dewar1
2026-01-15fix(api): autocmds mess up nvim_get_option_value's dummy bufferSean Dewar1
2026-01-10fix(api): nvim_set_current_win doesn't reset Visual mode (#37340)glepnir1
2026-01-07docs: misc (#37280)zeertzjq1
2026-01-05fix(terminal): avoid multiple terminals writing to same buffer (#37219)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-25fix(autocmd): skip empty comma-separated patterns properlySean Dewar1
2025-12-21fix(api): open_win leak from naughty autocommandsSean Dewar1
2025-12-21fix(api): ignore split_disallowed when opening a floatSean Dewar1
2025-12-21fix(api,lua): handle converting NULL funcref/partial (#37060)zeertzjq1
2025-12-20vim-patch:8.2.3766: converting a funcref to a string leaves out "g:"zeertzjq1