aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* | 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
* | Merge pull request #29141 from bfredl/rstream2bfredl2024-06-09
|\ \
| * | refactor(io): make rstream use a linear bufferbfredl2024-06-08
* | | 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
* | 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
* | vim-patch:9.1.0467: typos in some commentszeertzjq2024-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: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): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
* | fix(ui): superfluous showmode / excessive grid_cursor_goto #29089luukvbaal2024-06-04
* | refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* | vim-patch:9.1.0464: no whitespace padding in commentstring option in ftpluginsChristian Clason2024-06-04
* | vim-patch:partial:8.2.3637: typos in test files (#29172)zeertzjq2024-06-04
* | feat(ftplugin): change 'commentstring' to `// %s` for C/C++ (#29085)Soham Shanbhag2024-06-03
* | vim-patch:9.1.0460: filetype: lintstagedrc files are not recognizedChristian Clason2024-06-02
* | fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger2024-06-02
* | test: add a test for #29119zeertzjq2024-06-02
* | vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq2024-06-02
* | vim-patch:8.2.4452: test for what 8.2.4436 fixes does not check for regressionzeertzjq2024-06-02
* | vim-patch:8.2.4437: vartabs test fails on MS-Windowszeertzjq2024-06-02
* | vim-patch:8.2.4436: crash with weird 'vartabstop' valuezeertzjq2024-06-02
* | fix(luacats): allow all types inside tuplesIlia Choly2024-06-01
* | fix(column): crash with 'signcolumn' set to "number" (#29003)luukvbaal2024-06-01
* | docs(luacats): add tuple supportIlia Choly2024-05-31
* | vim-patch:9.1.0454: minor issues in test_filetype with rasi testChristian Clason2024-05-31
* | vim-patch:9.1.0453: filetype: rasi files are not recognizedChristian Clason2024-05-31
|/
* vim-patch:9.1.0451: No test for escaping '<' with shellescape()zeertzjq2024-05-31
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* feat(lsp): support postfix snippets in completionMathias Fussenegger2024-05-30
* feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger2024-05-30
* vim-patch:8.2.3061: testing the shell option is incomplete and spread out (#2...zeertzjq2024-05-30
* Merge pull request #29016 from bfredl/shadareaderbfredl2024-05-29
|\
| * refactor(shada): remove ShaDaReadDef secondary wrapperbfredl2024-05-28
* | build: reuse code for deps.txt for both deps and main builddundargoc2024-05-28
* | feat(defaults): use vim.diagnostic.jump() for default mappings (#29066)Gregory Anders2024-05-28
* | Merge pull request #27339 from MariaSolOs/completionGregory Anders2024-05-28
|\ \
| * | feat(snippet): add default keymaps during snippet sessionMaria José Solano2024-05-28
| * | test(lsp): add completion testsMaria José Solano2024-05-27
| * | feat(lsp): completion side effectsMaria José Solano2024-05-27
* | | feat(diagnostic): add vim.diagnostic.jump() (#26745)Gregory Anders2024-05-28
* | | fix(ui): flush ext_cmdline events before doing cmdpreview #27950luukvbaal2024-05-28
| |/ |/|
* | fix(runtime): source c ftplugin properly for cpp on Windows (#29053)zeertzjq2024-05-28