aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api.lua
Commit message (Expand)AuthorAge
* docs: misc (#30914)dundargoc2024-11-09
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat(docs): improve `@see` meta docstrings #30693Justin M. Keyes2024-10-06
* fix(docs): markdown instead of vimdoc in meta docstrings #30680Justin M. Keyes2024-10-06
* fix(docs): missing `@returns` desc in _meta/api.lua #30673Justin M. Keyes2024-10-05
* docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski2024-09-22
* fix(docs): wrong return value annotation for `nvim_buf_get_extmarks`JonnyKong2024-08-25
* fix(docs): add missing properties to hl_info #30032Maria José Solano2024-08-16
* docs: misc (#29229)dundargoc2024-06-15
* feat: get/set namespace properties #28728altermo2024-06-07
* docs: misc (#28837)dundargoc2024-06-07
* Merge pull request #28617 from glepnir/border_hlbfredl2024-05-25
|\
| * fix(float): missing default highlight for titleglepnir2024-05-25
* | refactor(api): nvim_win_xx_ns are EXPERIMENTALJustin M. Keyes2024-05-12
* | refactor(api): rename nvim_win_remove_nsJustin M. Keyes2024-05-12
|/
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* docs(api): sort unreleased nvim__ functions last #28580Justin M. Keyes2024-04-30
* fix(api): mark nvim__complete_set as experimental #28579Justin M. Keyes2024-04-30
* docs: misc #24163Justin M. Keyes2024-04-30
* feat(api)!: nvim_open_win: noautocmd blocks all autocmds #28192Sean Dewar2024-04-14
* docs: fix typos (#27868)dundargoc2024-03-28
* Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2024-03-09
|\
| * fix(api): make open_win block only enter/leave events if !enter && !noautocmdSean Dewar2024-03-08
| * fix(api): make win_set_config with "win" for splits need "split/vertical"Sean Dewar2024-03-08
* | docs: support inline markdownLewis Russell2024-03-09
|/
* fix(types): rename win_get_config return type to win_configWill Hopkins2024-03-02
* feat(docs): replace lua2dox.luaLewis Russell2024-02-27
* docs: fix several misleading and superfluous wordings (#27609)Evgeni Chasnovski2024-02-25
* feat(extmark): window scoped extmarkaltermo2024-02-21
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(api): add nvim_tabpage_set_win (#27222)Will Hopkins2024-01-29
* feat: improve return type annotations for vim.api.*Lewis Russell2024-01-26
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
* Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
|\
| * refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi2024-01-02
* | fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
|/
* docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
* docs: small fixes (#26651)dundargoc2023-12-28