summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api.lua
AgeCommit message (Expand)AuthorFiles
2025-07-01fix: type of nvim_echoLewis Russell1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-06-18docs: api, miscJustin M. Keyes1
2025-06-06fix: type fixesLewis Russell1
2025-06-01docs: news, intro, lsp, api #33687Justin M. Keyes1
2025-05-27feat(api): set nvim_echo() kind for ext_messages (#33998)luukvbaal1
2025-04-30feat(terminal): parse current buffer contents in nvim_open_term() (#33720)Gregory Anders1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-23fix(float): cursor visible in "hidden" floating window #30866glepnir1
2025-04-23feat: render tuple types for API methodsLewis Russell1
2025-04-21fix(api): wrong return value with reverse range + overlap #32956luukvbaal1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal1
2025-04-12docs: misc #33330Justin M. Keyes1
2025-03-30docs: lsp config/commands #33122Justin M. Keyes1
2025-03-30docs: faq, lua packages #33183Phạm Bình An1
2025-03-18feat(float): add winborder option (#31074)glepnir1
2025-03-18docs: misc #32959Justin M. Keyes1
2025-03-17docs: miscJustin M. Keyes1
2025-03-17docs(api): rename "handle" => "id"Justin M. Keyes1
2025-03-15docs: miscdundargoc1
2025-03-08fix(types): do not mark unstable API as privateLewis Russell1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq1
2025-02-17docs: misc (#32258)dundargoc1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir1
2025-01-24feat(extmarks): virtual text can be right-aligned, truncated #31921georgev931
2025-01-23feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal1
2025-01-21Merge pull request #32098 from bfredl/multihl_groupbfredl1
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl1
2025-01-20feat(api): deprecate nvim_buf_add_highlight()bfredl1
2025-01-14feat(api): nvim_open_win() relative to tabline and laststatus #32006luukvbaal1
2025-01-10refactor(api): deprecate nvim_notify #31938Justin M. Keyes1
2025-01-09docs: misc #31867Justin M. Keyes1
2025-01-09feat(api): deprecate nvim_out/err_write(ln)Luuk van Baal1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2024-12-24docs(api): return type of nvim_get_keymap() #31708Shihua Zeng1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-19docs(api): specify when decor provider on_buf is called #31634luukvbaal1
2024-12-16fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes1
2024-12-06fix(events): don't expand `args.file` for Lua callback (#31473)zeertzjq1
2024-12-03docs: misc, help tags for neovim.io searches #31428Justin M. Keyes1
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell1
2024-11-16fix(api): validation, documentation of hl_group #31195luukvbaal1
2024-11-16feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal1
2024-11-09docs: misc (#30914)dundargoc1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-10-06feat(docs): improve `@see` meta docstrings #30693Justin M. Keyes1