summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
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-17fix(lsp): limit number of created highlight groups (#39133)Evgeni Chasnovski1
2026-04-18fix(terminal): forward streamed bracketed paste properly (#39152)zeertzjq1
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15refactor(api): rename buffer to buf (positional parameters) #39013Justin M. Keyes1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir1
2026-04-12Merge #38882 docsJustin M. Keyes1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir1
2026-04-12docs: miscJustin M. Keyes1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-03-28fix(:restart): formalize restart event #35223Sathya Pramodh1
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" #38495Shadman1
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir1
2026-03-24docs: api, plugins, ui2Justin M. Keyes1
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-17docs: api, lsp, messages, intro #38327Justin M. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-11docs: miscJustin M. Keyes1
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-03-06fix(api): nvim_set_hl crashes when url= key is passedglepnir1
2026-02-21docs: highlight, terminal SGR #37998Justin M. Keyes1
2026-02-20feat(highlight): support more SGR attributes #37901Riccardo Mazzarini1
2026-02-16fix(terminal): handle opening terminal on unloaded buffer (#37894)zeertzjq1
2026-02-13feat(terminal): detect suspended PTY process (#37845)zeertzjq1
2026-01-28fix(terminal): losing output if BufFile* poll for events (#37580)zeertzjq1
2026-01-26docs: nvim_set_hl fg_index, bg_indexed #37534glepnir1
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
2025-12-15docs: misc, editorconfigJustin M. Keyes1
2025-11-30feat(api): experimental nvim__exec_lua_fast #35758fredizzimo1
2025-10-18perf(tui): faster implementation of terminfobfredl1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-09-28docs: json, tests, lsp #35754Justin M. Keyes1
2025-09-26vim-patch:8.1.2077: the ops.c file is too bigJan Edmund Lazo1
2025-09-13feat(ui): support grid=0 in nvim_input_mouse #32535fredizzimo1
2025-09-13fix(ui): forward 'rulerformat' to msg_ruler event #35707luukvbaal1
2025-09-04docs: api eventsJustin M. Keyes1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-09-01feat(progress): better default format + history sync #35533Shadman1
2025-08-30vim-patch:8.1.1136: decoding of mouse click escape sequence is not tested (#3...Jan Edmund Lazo1