summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2022-05-30feat(filetype): convert more patterns to filetype.luaChristian Clason2
2022-05-28fix(treesitter): offset directive associates range with capture (#18276)Lewis Russell2
2022-05-26feat(lsp): turn rename filter into a predicate (#18745)Mathias Fußenegger1
2022-05-25vim-patch:8.2.5015: Hoon and Moonscript files are not recognized (#18747)dundargoc1
2022-05-25refactor(lsp): remove redundant client cleanup (#18744)Gregory Anders1
2022-05-25feat(lsp)!: turn format filter into predicate (#18458)Mathias Fußenegger1
2022-05-25fix(lsp): respect global syntax setting in open float preview (#15225)Elton Leander Pinto1
2022-05-23fix(filetype): correct vim.fn.did_filetype() handling (#18725)notomo1
2022-05-22fix(lsp): do not detach LSP servers on Windows #18703Gregory Anders1
2022-05-22refactor(runtime): convert the remaining dist#ft functions to lua (#18623)Jonas Strittmatter2
2022-05-21refactor: add warnings for deprecated functions (#18662)dundargoc1
2022-05-20fix(lsp): only send diagnostics from current buffer in code_action() (#18639)Fredrik Ekre1
2022-05-19Merge pull request #18502 from drybalka/fix-languagetree-contains-descriptionChristian Clason1
2022-05-18feat(lsp): option to reuse_win for jump actions (#18577)Lewis Russell3
2022-05-18refactor: simple logic in tree_contains()Denys1
2022-05-18docs: correct description of LanguageTree:contains()Denys1
2022-05-18feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders1
2022-05-18feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders1
2022-05-17fix(health): handle non-existent log file #18610Noval Maulana1
2022-05-17refactor(runtime): convert more dist#ft functions to lua (#18430)Jonas Strittmatter2
2022-05-17Merge pull request #18554 from kevinhwang91/perf-timerstartbfredl1
2022-05-15feat(lua): add traceback to vim.deprecate #18575ii141
2022-05-13perf(_editor): no need to stop inside vim.defer_fnkevinhwang911
2022-05-12fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre1
2022-05-12feat(defaults): session data in $XDG_STATE_HOME #15583Ivan1
2022-05-12feat(lua): vim.cmd() with kwargs acts like nvim_cmd() #18523Famiu Haque1
2022-05-11docs(api): improve shared lua functions docs (#17933)adrian51
2022-05-11Merge pull request #18487 from clason/styluaChristian Clason33
2022-05-09docs(lsp): fix description of `only` in vim.lsp.buf.code_action() (#18492)Fredrik Ekre1
2022-05-09chore: format runtime with styluaChristian Clason33
2022-05-08fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2
2022-05-07docs: change wrap_at type to number (#18456)Noval Maulana1
2022-05-06fix(lsp): skip clients without rename capability (#18449)Mathias Fußenegger1
2022-05-05fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger1
2022-05-05fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman1
2022-05-04refactor(lua): replace hard-coded gsub with vim.pesc() (#18407)James McCoy1
2022-05-03fix(filetype): fixup scd filetype detection (#18403)Gregory Anders1
2022-05-03refactor(runtime): convert dist#ft functions to lua (#18247)Jonas Strittmatter2
2022-05-03feat(lsp): add logging level "OFF" (#18379)ii143
2022-05-03feat(lua): vim.deprecate() #18320dundargoc2
2022-05-03fix(lsp): add missing bufnr argument (#18382)Jose Alvarez1
2022-05-03vim-patch:8.2.4859: wget2 files are not recognized (#18385)Christian Clason1
2022-05-02Merge pull request #18353 from jamessan/ft-match-fixJames McCoy1
2022-05-02fix(filetype.lua): escape expansion of ~ when used as a patternJames McCoy1
2022-05-02vim-patch:8.2.4855: robot files are not recognized (#18364)Christian Clason1
2022-05-01fix(shared): avoid indexing unindexable values in vim.tbl_get() (#18337)William Boman1
2022-04-30fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...ii141
2022-04-30fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger1
2022-04-30vim-patch:8.2.4849: Gleam filetype not detected (#18326)Christian Clason1
2022-04-30feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger1