summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2023-04-14feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi1
2023-04-14feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason9
2023-04-13refactor: remove modelines from Lua filesGregory Anders9
2023-04-13fix(loader): reset hashes when running the loaderLewis Russell1
2023-04-12fix(diagnostic): rename buffer → bufnr in type annotation (#23042)Mathias Fußenegger1
2023-04-11feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2
2023-04-11fix(treesitter): Use the correct replacement args for #gsub! directive (#23015)Scott Ming1
2023-04-11fix(health): check for _host_prog variables properly (#23014)zeertzjq1
2023-04-11fix(man.lua): don't continue on command error (#23009)zeertzjq1
2023-04-10fix(health): combine python and virtualenv healthchecks (#23004)Gregory Anders1
2023-04-10fix(health): fix typo in function nameGregory Anders1
2023-04-10refactor: rewrite perl healthcheck in luadundargoc1
2023-04-10refactor: rewrite node healthcheck in luadundargoc1
2023-04-10refactor: rewrite ruby healthcheck in luadundargoc1
2023-04-10refactor: rewrite virtualenv healthcheck in luadundargoc1
2023-04-09refactor: rewrite python provider healthcheck in Luadundargoc1
2023-04-09refactor: rewrite clipboard provider healthchecks in Luadundargoc1
2023-04-07feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)Gregory Anders1
2023-04-06fix(treesitter): do not track ranges of the root tree (#22912)Lewis Russell1
2023-04-05refactor: rename local API alias from a to apiLewis Russell6
2023-04-05refactor(lsp): do not parse verbose output when overwriting options (#22810)Michal Liszcz1
2023-04-04fix(windows): consistent normalization in fs.finddundargoc2
2023-04-04test: replace lfs with luv and vim.fsdundargoc2
2023-04-04refactor(treesitter): move inspect_tree implLewis Russell2
2023-04-04docs: fix typosdundargoc3
2023-04-04fix(treesitter): disable folding in inspect_tree() (#22885)Lewis Russell1
2023-04-04refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell1
2023-04-04fix(treesitter): use capture metadata range if exists danilax9991
2023-04-03vim-patch:9.0.1438: .fs files are falsely recognized as forth files (#22871)Christian Clason1
2023-04-02refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal1
2023-04-01feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders1
2023-04-01fix(health): stop using deprecated ts.language.inspect_language() (#22850)Sizhe Zhao1
2023-04-01refactor(treesitter)!: rename help parser to vimdocChristian Clason1
2023-03-31refactor(loader): cache hash informationLewis Russell1
2023-03-31fix(diagnostic): use correct field name for tags (#22835)Akin1
2023-03-31fix(loader): disable profiling by defaultLewis Russell1
2023-03-30feat(diagnostic): add support for tagsLewis Russell4
2023-03-30Merge pull request #22791 from lewis6991/refactor/loadermiscLewis Russell2
2023-03-30feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell3
2023-03-29vim-patch:9.0.1430: Livebook files are not recognized (#22808)Christian Clason1
2023-03-26refactor(loader): simplify tracking logicLewis Russell1
2023-03-26feat(vim.fs): improve normalizeLewis Russell2
2023-03-26refactor(loader): add typing for package.loadersLewis Russell1
2023-03-26refactor(loader): remove BufWritePost autocmdLewis Russell1
2023-03-26refactor(loader): use vim.fsLewis Russell2
2023-03-26feat(lua): add `vim.loader`Folke Lemaitre2
2023-03-26test: use exec_capture() in more places (#22787)zeertzjq1
2023-03-25feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2
2023-03-25feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro1
2023-03-25fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter1