summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(api): leak preview callback LuaRef in nvim_create_user_command #39357Barrett Ruth1
2026-04-24fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) #39351Barrett Ruth1
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-18fix(marks): adjust marks when unloading "nofile" buffer #39118luukvbaal1
2026-04-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-18fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes3
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir1
2026-04-11fix(highlight): preserve inherited colors when update=true breaks links #38750glepnir1
2026-04-08feat(api): rename buffer to buf #35330Jordan1
2026-04-08fix(api)!: nvim_clear_autocmds() "event" handlingSean Dewar1
2026-04-08docs(api): nvim_exec_autocmds() default "pattern"Sean Dewar1
2026-04-08fix(api)!: empty non-nil autocmd "pattern" handlingSean Dewar1
2026-04-08fix(rpc): trigger UILeave earlier on channel close (#38846)zeertzjq1
2026-04-01fix(api): avoid error when parsing invalid expr after :echo (#38695)zeertzjq1
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-28fix(api): nvim_set_hl boolean false corrupts underline styles (#38504)glepnir1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-19fix(terminal): don't refresh for sync flush when exiting (#38363)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. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes7
2026-03-16fix(api): nvim_open_tabpage positional "enter"Sean Dewar1
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 Hopkins1
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(winfloat): last_status when changing split to floatwinSean Dewar1
2026-03-14fix(api): relax config validation for "win"Sean 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-14fix(messages): allocate message history kind string #38292luukvbaal1
2026-03-14fix(window): don't leak fold memory with style=minimal #38287Sean Dewar1
2026-03-13docs: miscJustin M. Keyes1
2026-03-13fix(api): nvim_parse_cmd on range-only, modifier-only commands #36665glepnir1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2026-03-12fix(process): wrong exit code for SIGHUP on Windows (#38242)zeertzjq1
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-11test(api/vim_spec): fix flaky test (#38227)zeertzjq1
2026-03-10fix(message): concatenate multi-chunk nvim_echo({err}) for exception message ...luukvbaal1
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