summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-03-25docs: more details about vim.region (#21116)Jakub Łuczyński1
2023-03-24fix(treesitter): add missing deprecateLewis Russell2
2023-03-24feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell5
2023-03-24vim-patch:9.0.1425: "wat" and "wast" files are one filetype (#22774)Christian Clason1
2023-03-23fix(treesitter): annotationsLewis Russell6
2023-03-23fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)meredith1
2023-03-22Merge #22736 from justinmk/gsplitJustin M. Keyes2
2023-03-22fix(api): vim.filetype.get_option() (#22753)Lewis Russell1
2023-03-22refactor(vim.gsplit): remove "keepsep"Justin M. Keyes2
2023-03-22fix(vim.version): prerelease compareJustin M. Keyes2
2023-03-22feat(vim.gsplit): gain features of vim.splitJustin M. Keyes1
2023-03-22vim-patch:9.0.{1419,1421,1422,1423}: some files are not recognized (#22749)Amaan Qureshi1
2023-03-20vim-patch:9.0.1417: ESDL files are not recognizedChristian Clason1
2023-03-20vim-patch:9.0.1415: Crystal files are not recognizedChristian Clason1
2023-03-20feat(vim.version): more coercion with strict=falseJustin M. Keyes1
2023-03-20refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes1
2023-03-20refactor(vim.version): use lazy.nvim semver moduleJustin M. Keyes1
2023-03-20feat: add `vim.filetype.get_option()`Lewis Russell2
2023-03-18vim-patch:9.0.1412: Pony files are not recognized (#22721)Amaan Qureshi1
2023-03-17Merge pull request #22699 from clason/vim-9.0.1406Christian Clason1
2023-03-17fix(treesitter): InspectTree does not respect 'splitright' #22692Yochem van Rosmalen1
2023-03-17fix(lsp): avoid switching buffers on lsp attach (#22689)August Masquelier1
2023-03-17vim-patch:9.0.1409: racket files are recognized as schemeChristian Clason1
2023-03-17vim-patch:9.0.1408: QMLdir files are not recognizedChristian Clason1
2023-03-17vim-patch:9.0.1407: TableGen files are not recognizedChristian Clason1
2023-03-17vim-patch:9.0.1406: ILE RPG files are not recognizedChristian Clason1
2023-03-15fix(lua): vim.deprecate() shows ":help deprecated" #22677Justin M. Keyes1
2023-03-14fix(lsp): kill buffers after renaming a directory #22618Ivan1
2023-03-14fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636hrsh7th1
2023-03-13fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk1
2023-03-13Merge pull request #22627 from nullchilly/highlight-cleanupChristian Clason3
2023-03-13fix(treesitter): foldexpr (#22652)Lewis Russell1
2023-03-13refactor!: rename vim.pretty_print => vim.printJustin M. Keyes1
2023-03-12fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger1
2023-03-11Merge pull request #22613 from lewis6991/feat/tsqueryutilLewis Russell4
2023-03-11refactor(treesitter): add Range type aliase for Range4|Range6Lewis Russell3
2023-03-11docs(lsp): more precise type annotations (#22621)Jaehwang Jung1
2023-03-11fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger1
2023-03-11refactor(lsp): remove _resolve_capabilities_compat (#22628)Raphael1
2023-03-11refactor(health)!: remove deprecated health.luanullchilly1
2023-03-11refactor(treesitter)!: remove deprecated show_tree funcnullchilly1
2023-03-11refactor(highlight)!: remove deprecated functionsnullchilly1
2023-03-11revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2
2023-03-10feat(treesitter)!: consolidate query util functionsLewis Russell4
2023-03-10feat!(treesitter): do not return changes from LanguageTree:parse() Lewis Russell1
2023-03-10Merge pull request #22594 from lewis6991/perf/treefoldLewis Russell3
2023-03-10perf(lsp): better binary search mid calculation in semantic token (#22607)Null Chilly1
2023-03-10perf(treesitter): more efficient foldexprLewis Russell1
2023-03-10fix(treesitter): better lang handling of get_parser()Lewis Russell1
2023-03-10fix(treesitter): do not error on empty filetypeLewis Russell1