aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta
Commit message (Expand)AuthorAge
* 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(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar2024-01-28
* feat: improve return type annotations for vim.api.*Lewis Russell2024-01-26
* vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)zeertzjq2024-01-26
* docs: various fixes (#27063)dundargoc2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq2024-01-24
* docs(options): remove misleading sentence (#27129)zeertzjq2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* Merge pull request #27076 from glepnir/extmark_hlgroupbfredl2024-01-22
|\
| * refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
| * refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* | fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* | Merge pull request #27061 from luukvbaal/extmarkbfredl2024-01-19
|\ \ | |/ |/|
| * docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18
* | vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq2024-01-18
|/
* docs: various fixes (#26929)dundargoc2024-01-17
* docs(column): 'statuscolumn' redraw interaction with 'relativenumber'Luuk van Baal2024-01-16
* docs(builtin): remove signatures of undocumented functions (#27039)zeertzjq2024-01-16
* vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq2024-01-16
* vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq2024-01-16
* docs(vvars): fix wrong lua types in vim.v variablesJongwook Choi2024-01-15
* docs: add lua typing for `vim.NIL`Jongwook Choi2024-01-15
* docs(builtin): overload functions with union return typesaltermo2024-01-14
* docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi2024-01-14
* docs(builtin): fix mapset() signature (#27008)zeertzjq2024-01-14
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* fix(docs): make lines not overflow in vim docsJongwook Choi2024-01-09
* vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq2024-01-05
* Merge pull request #26791 from wookayin/gendocLewis Russell2024-01-04
|\
| * refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi2024-01-02
* | refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal2024-01-04
* | fix(decorations): validate botline for on_winJaehwang Jung2024-01-04
|/
* docs: clarify on_bytes argumentsJaehwang Jung2024-01-01
* fix(builtin): parameter mismatch between winsaveview and winrestviewaltermo2023-12-31
* docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc2023-12-28
* docs: small fixes (#26651)dundargoc2023-12-28
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* refactor(cpoptions): remove 'p'bfredl2023-12-25
* docs(options): add codeblock annotations to options.lua (#26696)Christian Clason2023-12-22
* vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq2023-12-22
* feat: generate types and docs for v variablesLewis Russell2023-12-21
* docs: small fixes (#26448)dundargoc2023-12-19
* feat(api): add forward and back mouse buttonsAmanda Graven2023-12-18
* refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders2023-12-16
* vim-patch:82f19734bfcbChristian Clason2023-12-16