summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta
AgeCommit message (Expand)AuthorFiles
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle1
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes1
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-20docs: misc #39207Justin M. Keyes1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir2
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal1
2026-04-18docs: misc #39045Justin M. Keyes4
2026-04-18docs(events): Lua types for autocmd event-data #38518Aditya Malik1
2026-04-18feat(vimfn): use Lua for more excmds/vimfnsJustin M. Keyes1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-17vim-patch:8.2.2440: documentation based on patches is outdated (#39144)zeertzjq1
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
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-14feat(api): use zindex to determine dimmed cursor shape #39054luukvbaal1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes3
2026-04-14fix(lua): not obvious which _meta/ files are generated #39035Justin M. Keyes17
2026-04-14refactor(options): generate "modeline disallowed" doc text #39019Justin M. Keyes1
2026-04-13feat(api): rename buffer to buf in retval #38900Justin M. Keyes1
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir1
2026-04-12feat(api): nvim_set_hl can set "font" #37668glepnir2
2026-04-12Merge #38882 docsJustin M. Keyes2
2026-04-12fix(normal): pass count to 'keywordprg' as arg1 #38965Barrett Ruth1
2026-04-12fix(api): nvim_get_hl drops groups defined with link_global #38492glepnir2
2026-04-12docs: miscJustin M. Keyes2
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-08feat(api): rename buffer to buf #35330Jordan4
2026-04-08docs(api): nvim_exec_autocmds() default "pattern"Sean Dewar1
2026-04-07vim-patch:794c304: runtime(doc): clarify incsearch feature and typed chars (#...zeertzjq1
2026-04-06docs: statuslineJustin M. Keyes1
2026-04-04vim-patch:af58a9f: runtime(doc): adjust :h 'autowrite' and :h 'autowriteall'zeertzjq1
2026-04-04vim-patch:9.2.0267: 'autowrite' not triggered for :termzeertzjq1
2026-04-01vim-patch:9.2.0277: tests: test_modeline.vim fails (#38672)zeertzjq1
2026-03-28docs: news #38464Justin M. Keyes4
2026-03-27feat(prompt): prompt_appendbuf() appends to prompt buffer #37763Shadman1
2026-03-27feat(progress): set Progress-event pattern to "source" #38495Shadman2
2026-03-25feat(api): nvim_set_hl{update:boolean} #37546glepnir2
2026-03-24fix(progress): show progress-status only in curwin #38458Shadman1
2026-03-24docs: api, plugins, ui2Justin M. Keyes3
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-20docs: miscJustin M. Keyes1
2026-03-20feat(progress): status api, 'statusline' integration #35428Shadman1
2026-03-19fix(ui): apply 'pumborder' to mouse menu, fix overflow #36193glepnir1
2026-03-17docs: api, lsp, messages, intro #38327Justin M. Keyes2
2026-03-17feat(diff): merge adjacent blocks using inline:word (#37085)Harsh Kapse1
2026-03-16feat(vimscript): scripts can detect 'android', 'termux' #38218TomIO1
2026-03-16feat(progress): disable cmdline progress msg via messagesopt' #36730Shadman1