summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(api): leak preview callback LuaRef in nvim_create_user_command #39357Barrett Ruth1
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir1
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-04-18docs: misc #39045Justin M. Keyes1
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-16test: lint naming conventions #39117Justin 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-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal1
2026-04-14build(clang-analyzer): suppress clang-analyzer-security.ArrayBoundJustin M. Keyes1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes3
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir2
2026-04-12Merge #38882 docsJustin M. Keyes1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir2
2026-04-12docs: miscJustin M. Keyes1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq2
2026-04-08feat(api): rename buffer to buf #35330Jordan3
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-02feat(:restart): reattach all UIs (#38683)zeertzjq2
2026-03-31fix(: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