summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api.lua
AgeCommit message (Expand)AuthorFiles
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
2024-04-14feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar1
2024-03-28docs: fix typos (#27868)dundargoc1
2024-03-09Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar1
2024-03-09docs: support inline markdownLewis Russell1
2024-03-08fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar1
2024-03-08fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar1
2024-03-02fix(types): rename win_get_config return type to win_configWill Hopkins1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-25docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-21docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp1
2024-02-20fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq1
2024-02-15docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins1
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-29feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins1
2024-01-26feat: improve return type annotations for vim.api.*Lewis Russell1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-18docs(extmarks): add undocumented "details" array fieldsLuuk van Baal1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2024-01-09fix(docs): make lines not overflow in vim docsJongwook Choi1
2024-01-04Merge pull request #26791 from wookayin/gendocLewis Russell1
2024-01-04fix(decorations): validate botline for on_winJaehwang Jung1
2024-01-02refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi1
2024-01-01docs: clarify on_bytes argumentsJaehwang Jung1
2023-12-28docs: small fixes (#26651)dundargoc1
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal1
2023-12-18feat(api): add forward and back mouse buttonsAmanda Graven1
2023-12-16feat(ui): completeopt support popup like vimmathew1