aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* fix(checkhealth): fix crash due to incorrect argument typedundargoc2023-04-16
* fix(lua): inspect_pos respect bufnr when get syntax info (#23098)Raphael2023-04-16
* vim-patch:9.0.1455: C++ 20 modules are not recognized (#23124)Christian Clason2023-04-16
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* feat(lua)!: add stricter vim.tbl_islist() and rename old one to vim.tbl_isarr...NAKAI Tsuyoshi2023-04-14
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* fix(loader): reset hashes when running the loaderLewis Russell2023-04-13
* fix(diagnostic): rename buffer → bufnr in type annotation (#23042)Mathias Fußenegger2023-04-12
* feat(lua): vim.region accepts getpos() arg (#22635)NAKAI Tsuyoshi2023-04-11
* fix(treesitter): Use the correct replacement args for #gsub! directive (#23015)Scott Ming2023-04-11
* feat(lua): allow vim.F.if_nil to take multiple arguments (#22903)Gregory Anders2023-04-07
* fix(treesitter): do not track ranges of the root tree (#22912)Lewis Russell2023-04-06
* refactor: rename local API alias from a to apiLewis Russell2023-04-05
* refactor(lsp): do not parse verbose output when overwriting options (#22810)Michal Liszcz2023-04-05
* fix(windows): consistent normalization in fs.finddundargoc2023-04-04
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* refactor(treesitter): move inspect_tree implLewis Russell2023-04-04
* docs: fix typosdundargoc2023-04-04
* fix(treesitter): disable folding in inspect_tree() (#22885)Lewis Russell2023-04-04
* refactor(treesitter): delegate region calculation to treesitter (#22576)Lewis Russell2023-04-04
* fix(treesitter): use capture metadata range if exists danilax9992023-04-04
* vim-patch:9.0.1438: .fs files are falsely recognized as forth files (#22871)Christian Clason2023-04-03
* refactor(lua): get all marks instead of iterating over namespacesLuuk van Baal2023-04-02
* feat: allow function passed to defaulttable to take an argument (#22839)Gregory Anders2023-04-01
* fix(health): stop using deprecated ts.language.inspect_language() (#22850)Sizhe Zhao2023-04-01
* refactor(treesitter)!: rename help parser to vimdocChristian Clason2023-04-01
* refactor(loader): cache hash informationLewis Russell2023-03-31
* fix(diagnostic): use correct field name for tags (#22835)Akin2023-03-31
* fix(loader): disable profiling by defaultLewis Russell2023-03-31
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* Merge pull request #22791 from lewis6991/refactor/loadermiscLewis Russell2023-03-30
|\
| * refactor(loader): simplify tracking logicLewis Russell2023-03-26
| * feat(vim.fs): improve normalizeLewis Russell2023-03-26
| * refactor(loader): add typing for package.loadersLewis Russell2023-03-26
| * refactor(loader): remove BufWritePost autocmdLewis Russell2023-03-26
| * refactor(loader): use vim.fsLewis Russell2023-03-26
* | feat: add `vim.treesitter.language.get_filetypes()` (#22643)Lewis Russell2023-03-30
* | vim-patch:9.0.1430: Livebook files are not recognized (#22808)Christian Clason2023-03-29
|/
* feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
* test: use exec_capture() in more places (#22787)zeertzjq2023-03-26
* feat(api): nvim_exec2(), deprecate nvim_exec() #19032Evgeni Chasnovski2023-03-25
* feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
* fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter2023-03-25
* 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