summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
2024-07-12vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq1
2024-07-11vim-patch:9.1.0555: filetype: angular ft detection is still problematicChristian Clason1
2024-07-10vim-patch:9.1.0553: filetype: *.mcmeta files are not recognizedChristian Clason1
2024-07-10vim-patch:9.1.0551: filetype: htmlangular files are not properly detectedChristian Clason1
2024-07-10vim-patch:9.1.0550: filetype: antlr4 files are not recognizedChristian Clason1
2024-07-10vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq1
2024-07-09fix(diagnostic): fix backwards compatibility for goto_next and goto_prev (#29...Max Coplan1
2024-07-09fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583)zeertzjq2
2024-07-08perf(filetype): skip contents check in `match()` if there is no contents (#29...Evgeni Chasnovski1
2024-07-08vim-patch:94c1c66: runtime(tf): include tf ftplugin fileChristian Clason1
2024-07-08fix(treesitter.foldexpr): robustness against ctrl-cJaehwang Jung1
2024-07-08vim-patch:9.1.0544: filetype: ldapconf files are not recognizedChristian Clason1
2024-07-08vim-patch:9.1.0540: Unused assignment in sign_define_cmd()zeertzjq1
2024-07-07fix(health): fix fetching url with python in provider health (#29594)Stanislav Asunkin1
2024-07-07vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq1
2024-07-07vim-patch:9.1.0536: filetype: zone files are not recognizedChristian Clason1
2024-07-07vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq1
2024-07-06feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider3
2024-07-06fix(glob): avoid `subcapture nesting too deep` error (#29520)Zoltán Nyikos1
2024-07-06vim-patch:9.1.0532: filetype: Cedar files not recognizedChristian Clason1
2024-07-05fix(treesitter): display fields for anonymous nodes in :InspectTreeRiley Bruins1
2024-07-04fix(diagnostic): make docs agree with code (#29561)Peter Aronoff1
2024-07-04fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller1
2024-07-03fix(treesitter): ensure syntaxset augroup exists (#29542)zeertzjq1
2024-07-02fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen1
2024-06-30feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq1
2024-06-28refactor: use `vim._with` where possibledundargoc10
2024-06-27Merge pull request #29483 from bfredl/nonbinarybfredl1
2024-06-27fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-26fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)Matt Fellenz1
2024-06-24feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski1
2024-06-24feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski1
2024-06-24test(lua): cover `vim._with()` with testsEvgeni Chasnovski1
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan3
2024-06-24refactor(filetype): change some patterns to extensions (#29472)zeertzjq1
2024-06-24perf(treesitter): remove unnecessary foldexpr loopRiley Bruins1
2024-06-24fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal1
2024-06-21vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognizedChristian Clason1
2024-06-20fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung1
2024-06-20vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)zeertzjq2
2024-06-19fix(diagnostics): don't apply extmarks to invalid lines #29321Riley Bruins1
2024-06-19vim-patch:9718ed7: runtime(filetype): update htmldjango detectionChristian Clason1
2024-06-18docs(news): fix inconsistencies (#29381)zeertzjq1
2024-06-17Merge pull request #29357 from luukvbaal/statuscolzeertzjq1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal1
2024-06-16vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang lineChristian Clason1
2024-06-16docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)zeertzjq1
2024-06-15vim-patch:9.1.0486: filetype: Snakemake files are not recognizedChristian Clason1
2024-06-15fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry1