aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
...
* 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
|\
| * fix(vim.text): remove assert from vim.text.hexdecodeGregory Anders2024-05-31
* | Merge pull request #29303 from lewis6991/fix/wobufLewis Russell2024-06-12
|\ \
| * | fix(vim.wo): never allow non-zero bufnrLewis Russell2024-06-12
* | | refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
|/ /
* | vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq2024-06-12
* | fix(types): add some vim.fn type annotationsnotomo2024-06-11
* | fix(types): use vararg return type annotationWill Hopkins2024-06-11
* | refactor(lua): improve type annotationsLewis Russell2024-06-11
* | fix(lsp): do not reset buf version when detaching client (#29242)Ilia Choly2024-06-10
* | Merge #29238 from clason/feat/help-tocJustin M. Keyes2024-06-10
|\ \
| * | feat(help): use treesitter for table of contentsChristian Clason2024-06-09
* | | fix(glob): handle overlapping `{}` condition elements #29236Jon Huhn2024-06-10
* | | feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan2024-06-09
* | | feat(lua): add `vim._with`dundargoc2024-06-08
|/ /
* | fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann2024-06-07
* | feat: get/set namespace properties #28728altermo2024-06-07
* | fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar2024-06-07
* | fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* | docs: misc (#28837)dundargoc2024-06-07
* | feat(editorconfig): add support for spelling_language (#28638)sus-domesticus2024-06-06
* | vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt'zeertzjq2024-06-06
* | fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* | fix(lua): don't clamp -1 or v:maxcol in vim.highlight.range() (#29203)zeertzjq2024-06-05
* | vim-patch:2a2c4ff: runtime(doc): clarify how fuzzy 'completeopt' should workzeertzjq2024-06-05
* | vim-patch:9.1.0463: no fuzzy-matching support for insert-completionzeertzjq2024-06-05
* | fix(diagnostic): fix float scope filtering (#29134)Andre Toerien2024-06-04
* | fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)Saltaformajo2024-06-04
* | fix(lsp): remove superfluous on_detach callback from semantic tokens module (...jdrouhard2024-06-04
* | fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* | fix(filetype): fix typos in filetype detectionEvgeni Chasnovski2024-06-04
* | vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason2024-06-04
* | fix(lsp): use client.id instead of pairs index (#29143)ippachi2024-06-03