summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-05-16fix(treesitter): correctly calculate bytes for text sources (#23655)Lewis Russell1
2023-05-15fix(treesitter): update c queriesChristian Clason1
2023-05-13docs: small fixesdundargoc8
2023-05-13vim-patch:9.0.1549: USD filetype is not recognized (#23608)Christian Clason1
2023-05-13fix(treesitter): support subfiletypes in get_lang (#23605)Christian Clason1
2023-05-13refactor(lsp): mark server_ready function as deprecated (#23520)Raphael1
2023-05-11feat(treesitter): add support for setting query depthsLewis Russell2
2023-05-11vim-patch:9.0.1539: typst filetype is not recognized (#23578)Gaétan Lepage2
2023-05-09docs(lsp): fix `config.cmd` argument for `vim.lsp.start_client` (#23560)hituzi no sippo1
2023-05-09fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn1
2023-05-09docs(lsp): fix type of `config.cmd` argument for `vim.lsp.start_client` (#23550)hituzi no sippo1
2023-05-07fix(man.lua): return support of all sectionsVadim A. Misbakh-Soloviov1
2023-05-06feat(lua): add hl priority opts on yank (#23509)marcoSven1
2023-05-05perf(lsp): load buffer contents once when processing semantic tokens response...jdrouhard2
2023-05-03fix(editorconfig): add missing root validation (#23462)Bogdan Grigoruță1
2023-05-02perf(treesitter): insert/remove items efficiently (#23443)Lewis Russell1
2023-05-02fix(treesitter): do not calc folds on unloaded buffersLewis Russell1
2023-05-01fix(treesitter): foldexpr tweaksLewis Russell2
2023-05-01vim-patch:9.0.1503: Luau files are not recognized (#23412)Christian Clason1
2023-05-01perf(lsp): process semantic tokens response in a coroutine that yields every ...jdrouhard1
2023-04-30fix(treesitter): redraw added/removed injections properly (#23287)Lewis Russell2
2023-04-30feat(treesitter): upstream query omnifunc from playground (#23394)Christian Clason2
2023-04-29Merge pull request #23382 from gpanders/iter-benchmarkGregory Anders1
2023-04-29feat(treesitter): add query_linter from nvim-treesitter/playground (#22784)Stephan Seitz3
2023-04-28perf(iter): reduce number of table allocationsGregory Anders1
2023-04-27refactor(build): include lpeg as a librarybfredl2
2023-04-25Merge pull request #23303 from gpanders/more-vim-iterGregory Anders3
2023-04-25feat(lua): vim.keycode (#22960)ii141
2023-04-25refactor(iter): move helper functions under vim.iterGregory Anders3
2023-04-23vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason2
2023-04-22vim-patch:9.0.1475: busted configuration files are not recognized (#23266)zeertzjq1
2023-04-22feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn1
2023-04-21refactor(iter): use metatable as packed table tag (#23254)Gregory Anders1
2023-04-21refactor(lua): simplify vim.gsplit implJustin M. Keyes1
2023-04-21fix(lua): vim.split may trim inner empty itemsJustin M. Keyes1
2023-04-20fix(treesitter playground): fix the wrong range of a node displayed i… (#23...William1
2023-04-19Merge pull request #23198 from gpanders/iter-fixGregory Anders1
2023-04-19fix(iter): remove special case totable for map-like tablesGregory Anders1
2023-04-19fix(iter): add tag to packed tableGregory Anders1
2023-04-19vim-patch:9.0.1467: Jenkinsfiles are not recognized as groovy (#23195)Christian Clason1
2023-04-19vim-patch:9.0.1464: strace filetype detection is expensive (#23175)Christian Clason1
2023-04-17feat(lua): add vim.iter (#23029)Gregory Anders2
2023-04-17fix(watchfiles): skip Created events when poll starts (#23139)Jon Huhn1
2023-04-17feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten1
2023-04-16fix(checkhealth): shell_error and cpanm moduleJingMatrix1
2023-04-16fix(checkhealth): fix crash due to incorrect argument typedundargoc1
2023-04-16fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael1
2023-04-16vim-patch:9.0.1455: C++ 20 modules are not recognized (#23124)Christian Clason1
2023-04-15refactor: deprecate checkhealth functionsdundargoc5
2023-04-16fix(health): properly use the value of $PYENV_VERSION (#23109)zeertzjq1