summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
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): 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 functionsdundargoc3
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 Clason6
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-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