summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl (#39240)Justin M. Keyes1
2026-04-17fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-16backport test: lint naming conventions (#39124)Justin M. Keyes3
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes3
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes7
2026-04-14docs: lsp, options, apiJustin M. Keyes1
2026-04-13backport: feat(api): rename buffer to buf in retval #39015Justin M. Keyes3
2026-04-12docs: miscJustin M. Keyes1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir2
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq2
2026-04-09backport: feat(api): rename buffer to buf (#38899)Justin M. Keyes3
2026-04-08fix(api): nvim_clear_autocmds() "event" type checkSean Dewar1
2026-04-08docs(api): nvim_exec_autocmds() default "pattern"Sean Dewar1
2026-04-02feat(:restart): reattach all UIs (#38683)zeertzjq2
2026-03-30fix(:restart): only pass --headless when there is no UI (#38580)zeertzjq1
2026-03-29fix(:connect): formalize connect event #38543Justin M. Keyes1
2026-03-29refactor(:restart): execute [command] on UIEnter (#38541)zeertzjq2
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh3
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-28fix(progress): require "source" for progress-message #38514Shadman1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman2
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir2
2026-03-24docs: api, plugins, ui2Justin M. Keyes2
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k1
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-03-19fix(terminal): don't poll for output during scrollback refresh (#38365)zeertzjq1
2026-03-18fix(messages): disallow user-defined integer message-id #38359Justin M. Keyes1
2026-03-18fix(api): nvim_get_option_value FileType autocmd handling #37414Sean Dewar1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes3
2026-03-16fix(api): use standard error messagesJustin M. Keyes10
2026-03-16docs: miscJustin M. Keyes1
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar2
2026-03-16fix(api): nvim_open_tabpage "after" like :[count]tabSean Dewar1
2026-03-16fix: nvim_open_tabpage cleanup, fixes, more testsSean Dewar1
2026-03-16feat(api): add nvim_open_tabpageWill Hopkins3
2026-03-14fix(api): improve external window validationSean Dewar1
2026-03-14fix(api): disallow moving window between tabpages in more casesSean Dewar1
2026-03-14feat(api): nvim_win_set_config can move split to other tp as floatwinSean Dewar1
2026-03-14fix(api): relax config validation for "win"Sean Dewar1
2026-03-14refactor(window): lastwin_nofloating takes tpSean Dewar1
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