summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta
AgeCommit message (Expand)AuthorFiles
2024-01-22docs(options): remove misleading sentence (#27129)zeertzjq1
2024-01-22feat(fold): transparent foldtextLewis Russell1
2024-01-22Merge pull request #27076 from glepnir/extmark_hlgroupbfredl1
2024-01-22fix(eval): properly support checking v:lua function in exists() (#27124)Raphael1
2024-01-22refactor(api): give "hl_group" more accurate _meta typebfredl1
2024-01-20refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir1
2024-01-19Merge pull request #27061 from luukvbaal/extmarkbfredl1
2024-01-18docs(extmarks): add undocumented "details" array fieldsLuuk van Baal1
2024-01-18vim-patch:9.1.0039: too vague errors for 'listchars'/'fillchars' (#27070)zeertzjq1
2024-01-17docs: various fixes (#26929)dundargoc1
2024-01-16docs(column): 'statuscolumn' redraw interaction with 'relativenumber'Luuk van Baal1
2024-01-16docs(builtin): remove signatures of undocumented functions (#27039)zeertzjq1
2024-01-16vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq1
2024-01-16vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq1
2024-01-15docs(vvars): fix wrong lua types in vim.v variablesJongwook Choi1
2024-01-15docs: add lua typing for `vim.NIL`Jongwook Choi2
2024-01-14docs(builtin): overload functions with union return typesaltermo1
2024-01-14docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi2
2024-01-14docs(builtin): fix mapset() signature (#27008)zeertzjq1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2024-01-09feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre1
2024-01-09fix(docs): make lines not overflow in vim docsJongwook Choi1
2024-01-05vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq1
2024-01-04Merge pull request #26791 from wookayin/gendocLewis Russell1
2024-01-04refactor(column): define and use maximum 'statuscolumn' widthLuuk van Baal1
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-31fix(builtin): parameter mismatch between winsaveview and winrestviewaltermo1
2023-12-28docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc1
2023-12-28docs: small fixes (#26651)dundargoc1
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2
2023-12-25refactor(cpoptions): remove 'p'bfredl1
2023-12-22docs(options): add codeblock annotations to options.lua (#26696)Christian Clason1
2023-12-22vim-patch:9.0.2183: Maximum callback depth is not configurable (#26703)zeertzjq1
2023-12-21feat: generate types and docs for v variablesLewis Russell1
2023-12-19docs: small fixes (#26448)dundargoc1
2023-12-18feat(api): add forward and back mouse buttonsAmanda Graven1
2023-12-16refactor: only reload colorscheme if &bg changed (#26598)Gregory Anders1
2023-12-16vim-patch:82f19734bfcbChristian Clason1
2023-12-16feat(ui): completeopt support popup like vimmathew4
2023-12-15vim-patch:17dca3cb97cd (#26584)zeertzjq1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2
2023-12-06Merge pull request #26407 from gpanders/default-tgcGregory Anders1
2023-12-06feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders1
2023-12-06fix(json): allow objects with empty keys #25564Emanuel1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-29vim-patch:9.0.2135: No test for mode() when executing Ex commands (#26282)zeertzjq1