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