summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-03-23fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)Calvin Bochulak1
2024-03-23vim-patch:9.1.0199: Not enough tests for the slice() function (#27991)zeertzjq1
2024-03-22fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)Jaehwang Jung1
2024-03-20vim-patch:9.1.0188: filetype: no support for Vento files (#27935)Christian Clason1
2024-03-19refactor(treesitter): redesign query iteratingLewis Russell3
2024-03-18vim-patch:9.1.0187: filetype: no support for Dafny files (#27918)Christian Clason1
2024-03-17fix(treesitter): revert to using iter_captures in highlighterLewis Russell2
2024-03-17fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda1
2024-03-16refactor(lua): type annotationsLewis Russell8
2024-03-16fix(man): pass modifiers also to :tag (#27878)zeertzjq1
2024-03-16feat(man): allow opening pages in current window (#27861)Tomasz N1
2024-03-15Merge pull request #27674 from glepnir/snippet_indentbfredl1
2024-03-15vim-patch:9.1.0181: no overflow check for string formatting (#27863)zeertzjq1
2024-03-14fix(terminal): disable reflow againChristian Clason1
2024-03-14refactor(treesitter): move some logic into functionsLewis Russell1
2024-03-14fix(treesitter): highlight injections properlyLewis Russell2
2024-03-13vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar1
2024-03-12Merge pull request #27839 from seandewar/vim-9.1.0169Sean Dewar1
2024-03-12vim-patch:9a660d2883f9Sean Dewar1
2024-03-12vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar1
2024-03-12fix(treesitter): use 0 as initial value for computing maximum (#27837)Gregory Anders1
2024-03-12feat(treesitter): support URLs (#27132)Gregory Anders1
2024-03-12fix: move fswatch linux check inside of vim.schedule (#27824)Tomas Slusny1
2024-03-12docs: small fixes (#27364)dundargoc3
2024-03-12vim-patch:0049a495c8d4 (#27817)zeertzjq1
2024-03-11docs: adjust fswatch overflow message to mention docs with infoTomas Slusny1
2024-03-11fix(editorconfig): syntax error regressionLewis Russell1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-03-10docs(editorconfig): move to sourceLewis Russell3
2024-03-10docs: more accurate typing for vim.tbl_extendRiley Bruins1
2024-03-10fix(fswatch): --latency is locale dependentOscar Creator1
2024-03-09Merge pull request #27330 from seandewar/win_set_config-fixesSean Dewar2
2024-03-09docs: support inline markdownLewis Russell11
2024-03-09feat!: remove deprecated functionsdundargoc5
2024-03-08vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...Sean Dewar1
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-08vim-patch:9.1.0154: shm=F not respected when reloading buffer with 'autoread'zeertzjq1
2024-03-08vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq1
2024-03-07fix(type): remove incorrect arguments from vim.rpc*altermo1
2024-03-07feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano6
2024-03-07vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq1
2024-03-06fix(fs): use generics for better typingaltermo1
2024-03-06docs(lsp): nits and typos in client.luaMaria José Solano1
2024-03-06fix(types): move type annotation for `IterMod`Will Hopkins1
2024-03-06refactor(types): more fixes (2)Lewis Russell9
2024-03-06docs(treesitter): fix ambiguous parameter description about `lang`Yi Ming1
2024-03-06fix(lsp): actually send diagnostic-tags back to the serverLewis Russell1
2024-03-06feat(lsp): report fswatch errorsLewis Russell1
2024-03-06refactor(lua): more efficient vim.tbl_islistLewis Russell1