summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-09-05fix: windows timeouts have exit code 1Lewis Russell1
2023-09-05refactor(vim.system): factor out on_exit handlingLewis Russell4
2023-09-05fix(vim.system): make timeout work properlyLewis Russell2
2023-09-05fix(vim.system): let on_exit handle cleanup after killLewis Russell1
2023-09-04build: bump lpeg to 1.1.0 (#25016)dundargoc1
2023-09-04vim-patch:9.0.1856: issues with formatting positional arguments (#25013)zeertzjq1
2023-09-01fix(lsp): wrong iterator in registerCapability handler (#24971)TheBlob421
2023-08-31refactor(lsp): add type annotation for lsp.Client.server_capabilities (#24925)Jongwook Choi1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee4
2023-08-31vim-patch:9.0.1820: Rexx files may not be recognised (#24956)zeertzjq1
2023-08-31vim-patch:9.0.1797: Vimball/Visual Basic filetype detection conflict (#24947)zeertzjq2
2023-08-31vim-patch:9.0.1807: runtime: crystal scripts not recognised (#24949)zeertzjq1
2023-08-31vim-patch:9.0.1803: runtime(filetype): Add norg language detection (#24948)zeertzjq1
2023-08-30fix(builtin): fix incorrect optional fields for fn.sign_defineJongwook Choi1
2023-08-29fix(treesitter): update folds only once on InsertLeaveJaehwang Jung1
2023-08-27fix(editorconfig): do not set 'endofline'Lewis Russell1
2023-08-27feat(builtin): improve typesLewis Russell2
2023-08-27fix(types): add some return/parameter type annotations (#24867)Maria José Solano2
2023-08-27fix(treesitter): validate window before updating preview highlightsMaria José Solano1
2023-08-26feat(highlight): add `FloatFooter` highlight groupEvgeni Chasnovski1
2023-08-26feat(float): implement footerEvgeni Chasnovski2
2023-08-26docs(msgpack_rpc): add "msgpack-rpc" client typeAlisue1
2023-08-26docs: various clarifications (#24876)zeertzjq3
2023-08-25feat(treesitter): add a query editor (#24703)Maria José Solano2
2023-08-24fix(filetype): return on_detect function when matching by file contentsGregory Anders1
2023-08-24fix(filetype): call on_detect before setting buffer filetypeGregory Anders1
2023-08-24docs(builtin): small fixes (#24861)Sean Dewar1
2023-08-24feat(treesitter): add 'injection.self' and 'injection.parent'Amaan Qureshi1
2023-08-23fix(editorconfig): only warn once on errorsLewis Russell1
2023-08-23vim-patch:9.0.1773: cannot distinguish Forth and Fortran *.f files (#24841)zeertzjq2
2023-08-23fix(types): add more annotations to eval.luaLewis Russell1
2023-08-22vim-patch:9.0.0837: append() reports failure when not appending anythingzeertzjq1
2023-08-21vim-patch:e46a44050562zeertzjq1
2023-08-21vim-patch:589edb340454zeertzjq1
2023-08-21vim-patch:8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()zeertzjq1
2023-08-21vim-patch:8.1.2047: cannot check the current statezeertzjq1
2023-08-21vim-patch:9.0.1768: Runtime: no support for bicep filesChristian Clason1
2023-08-21vim-patch:9.0.1766: Runtime: Missing QML supportChristian Clason1
2023-08-21vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq1
2023-08-19vim-patch:9.0.1515: reverse() does not work for a Stringzeertzjq1
2023-08-18vim-patch:9.0.1728: missing winid argument for virtcol() (#24770)zeertzjq1
2023-08-17docs(builtin): fix some missing lines (#24759)Sean Dewar1
2023-08-17vim-patch:8.2.4455: accepting one and zero for second sort() argument is strangezeertzjq1
2023-08-17vim-patch:partial:8.2.3849: functions implementing reduce and map are too longzeertzjq1
2023-08-17vim-patch:8.2.3848: cannot use reduce() for a stringzeertzjq1
2023-08-17vim-patch:8.2.3818: cannot filter or map characters in a stringzeertzjq1
2023-08-17vim-patch:1b884a005398zeertzjq1
2023-08-17vim-patch:8.2.1969: Vim9: map() may change the list or dict item typezeertzjq1
2023-08-16feat(diagnostic): filter diagnostics by specific severities (#24736)Michael Strobel1
2023-08-16feat(diagnostic): provide more control over virtual text display (#24724)Gregory Anders1