aboutsummaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAge
...
* | fix(version): return nil with empty stringMaria José Solano2024-07-27
|/
* fix(plines): don't count invalidated virt text in char size (#29863)zeertzjq2024-07-26
* fix(decor): don't draw invalidated virtual lines (#29858)luukvbaal2024-07-26
* fix(tui): set id parameter in OSC 8 sequences (#29840)Gregory Anders2024-07-24
* fix(runtime): sync bundled treesitter queriesChristian Clason2024-07-24
* Merge pull request #29650 from ruuzia/fix_expression_parser_crashbfredl2024-07-21
|\
| * fix: assert failure in VimL expression parserRustum Zia2024-07-17
* | Merge pull request #28873 from luukvbaal/redrawbfredl2024-07-21
|\ \
| * | fix(api): alloc and draw cursor window in nvim__redrawLuuk van Baal2024-07-20
* | | fix(marks): revalidate marks whose position did not changeLuuk van Baal2024-07-20
|/ /
* / vim-patch:9.1.0601: Wrong cursor position with 'breakindent' when wide char d...zeertzjq2024-07-19
|/
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* test: fix reporting "no flush received" too early (#29735)zeertzjq2024-07-17
* vim-patch:8.2.0281: two placed signs in the same line are not combined (#29757)zeertzjq2024-07-17
* fix(column): modifying a sign should update placed signs (#29750)luukvbaal2024-07-17
* fix(snippet): modify base indentation when there's actually whitespace (#29670)Maria José Solano2024-07-16
* fix(tohtml): support ranges againaltermo2024-07-16
* fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718)zeertzjq2024-07-15
* vim-patch:9.1.0582: Printed line doesn't overwrite colon when pressing Enter ...zeertzjq2024-07-14
* vim-patch:8.2.4065: computation overflow with large cound for :yankzeertzjq2024-07-14
* test(old): enable Test_address_line_overflow()zeertzjq2024-07-14
* vim-patch:9.1.0577: Unnecessary checks for v:sizeoflong in test_put.vimzeertzjq2024-07-14
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* build(deps): drop unused bundled bash, python parsers and queriesChristian Clason2024-07-09
* fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq2024-07-08
* vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq2024-07-07
* vim-patch:9.1.0534: completion wrong with fuzzy when cycling back to original...zeertzjq2024-07-06
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* 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
* fix(treesitter): display fields for anonymous nodes in :InspectTreeRiley Bruins2024-07-05
* fix(mouse): don't treat click on hsep as click on statusline (#29565)zeertzjq2024-07-05
* refactor: add assertion for v_blob in tv_ptr() (#29554)zeertzjq2024-07-04
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* test: starting and stopping treesitter highlight (#29546)zeertzjq2024-07-03
* 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
* | 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
* perf(treesitter): remove unnecessary foldexpr loopRiley Bruins2024-06-24
* fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal2024-06-24
* fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq2024-06-22