summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api.lua
AgeCommit message (Expand)AuthorFiles
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
2024-10-06fix(docs): markdown instead of vimdoc in meta docstrings #30680Justin M. Keyes1
2024-10-05fix(docs): missing `@returns` desc in _meta/api.lua #30673Justin M. Keyes1
2024-09-25docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes1
2024-09-24docs: lua error patterns #30240Justin M. Keyes1
2024-09-24feat(paste): unify cancel and error behavior (#30476)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-22docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski1
2024-08-25fix(docs): wrong return value annotation for `nvim_buf_get_extmarks`JonnyKong1
2024-08-16fix(docs): add missing properties to hl_info #30032Maria José Solano1
2024-06-15docs: misc (#29229)dundargoc1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-06-07docs: misc (#28837)dundargoc1
2024-05-25Merge pull request #28617 from glepnir/border_hlbfredl1
2024-05-25fix(float): missing default highlight for titleglepnir1
2024-05-12refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes1
2024-05-12refactor(api): rename nvim_win_remove_nsJustin M. Keyes1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-04-30docs(api): sort unreleased nvim__ functions last #28580Justin M. Keyes1
2024-04-30fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes1
2024-04-30docs: misc #24163Justin M. Keyes1