aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
* fix(treesitter.foldexpr): robustness against ctrl-cJaehwang Jung2024-07-08
* vim-patch:9.1.0544: filetype: ldapconf files are not recognizedChristian Clason2024-07-08
* vim-patch:9.1.0540: Unused assignment in sign_define_cmd()zeertzjq2024-07-08
* fix(health): fix fetching url with python in provider health (#29594)Stanislav Asunkin2024-07-07
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* vim-patch:9.1.0536: filetype: zone files are not recognizedChristian Clason2024-07-07
* vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...zeertzjq2024-07-07
* feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2024-07-06
* fix(glob): avoid `subcapture nesting too deep` error (#29520)Zoltán Nyikos2024-07-06
* vim-patch:9.1.0532: filetype: Cedar files not recognizedChristian Clason2024-07-06
* fix(treesitter): display fields for anonymous nodes in :InspectTreeRiley Bruins2024-07-05
* fix(diagnostic): make docs agree with code (#29561)Peter Aronoff2024-07-04
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* fix(treesitter): ensure syntaxset augroup exists (#29542)zeertzjq2024-07-03
* fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen2024-07-02
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* refactor: use `vim._with` where possibledundargoc2024-06-28
* Merge pull request #29483 from bfredl/nonbinarybfredl2024-06-27
|\
| * refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* | fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger2024-06-27
* | fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)Matt Fellenz2024-06-26
* | feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski2024-06-24
* | feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski2024-06-24
* | test(lua): cover `vim._with()` with testsEvgeni Chasnovski2024-06-24
|/
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* refactor(filetype): change some patterns to extensions (#29472)zeertzjq2024-06-24
* perf(treesitter): remove unnecessary foldexpr loopRiley Bruins2024-06-24
* fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal2024-06-24
* vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognizedChristian Clason2024-06-21
* fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2024-06-20
* vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)zeertzjq2024-06-20
* fix(diagnostics): don't apply extmarks to invalid lines #29321Riley Bruins2024-06-19
* vim-patch:9718ed7: runtime(filetype): update htmldjango detectionChristian Clason2024-06-19
* docs(news): fix inconsistencies (#29381)zeertzjq2024-06-18
* Merge pull request #29357 from luukvbaal/statuscolzeertzjq2024-06-17
|\
| * feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* | vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang lineChristian Clason2024-06-16
* | docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)zeertzjq2024-06-16
|/
* vim-patch:9.1.0486: filetype: Snakemake files are not recognizedChristian Clason2024-06-15
* fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry2024-06-15
* docs: misc (#29229)dundargoc2024-06-15
* vim-patch:c509c00: runtime(doc): fix wrong helptag for :deferzeertzjq2024-06-15
* vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...zeertzjq2024-06-15
* fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger2024-06-14
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* fix(lsp): check for nil response from server (#29196)Tama McGlinn2024-06-14
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq2024-06-14
* vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq2024-06-14
* Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2024-06-12
|\