aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Merge pull request #23293 from bfredl/bigsleepbfredl2023-04-25
|\
| * refactor(time): refactor delay with input checkingbfredl2023-04-24
* | fix(statusline): also allow right click when 'mousemodel' is "popup*" (#23258)luukvbaal2023-04-25
* | fix(pum): show right-click menu above cmdline area (#23298)zeertzjq2023-04-24
* | vim-patch:9.0.1478: filetypes for *.v files not detected properly (#23282)Christian Clason2023-04-23
* | fix(typval): don't treat v:null as truthy (#23281)zeertzjq2023-04-23
|/
* fix(api): avoid assertion when autocmd group id is 0 (#23210)Dhruv Manilawala2023-04-23
* vim-patch:9.0.1477: crash when recovering from corrupted swap file (#23273)zeertzjq2023-04-23
* test(lsp): fix unstable tests for semantic tokensjdrouhard2023-04-23
* vim-patch:9.0.1476: lines put in non-current window are not displayed (#23265)zeertzjq2023-04-23
* vim-patch:9.0.1475: busted configuration files are not recognized (#23266)zeertzjq2023-04-22
* docs(powershell): use tee.exe instead of Tee-ObjectT7272023-04-22
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* fix(lua): vim.split may trim inner empty itemsJustin M. Keyes2023-04-21
* fix(usercmd): Fix buffer overflow in uc_list() (#23225)Andreas Schneider2023-04-21
* Merge pull request #23187 from luukvbaal/statuscolumnLewis Russell2023-04-21
|\
| * fix(column): rebuild status column when sign column is invalidLuuk van Baal2023-04-19
| * test(column): statuscolumn is rebuild when signs are (un)placedLuuk van Baal2023-04-19
* | vim-patch:9.0.1472: ":drop fname" may change the last used tab page (#23230)zeertzjq2023-04-21
* | vim-patch:8.2.4598: profile completion test sometimes fails (#23208)zeertzjq2023-04-20
* | Merge pull request #23198 from gpanders/iter-fixGregory Anders2023-04-19
|\ \
| * | fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
| * | fix(iter): add tag to packed tableGregory Anders2023-04-19
| |/
* | vim-patch:9.0.1470: deferred functions invoked in unexpected order (#23199)zeertzjq2023-04-19
* | test: convert tests in test_conceal.vim to Luazeertzjq2023-04-19
* | vim-patch:9.0.1141: 'cursorcolumn' and 'colorcolumn' wrong after concealingzeertzjq2023-04-19
* | vim-patch:9.0.1467: Jenkinsfiles are not recognized as groovy (#23195)Christian Clason2023-04-19
* | vim-patch:9.0.1464: strace filetype detection is expensive (#23175)Christian Clason2023-04-19
* | test(terminal/channel_spec): fix screen test immediate success (#23192)zeertzjq2023-04-19
* | vim-patch:9.0.1034: reporting swap file when windows are splitzeertzjq2023-04-19
* | vim-patch:9.0.1021: test trips over g:namezeertzjq2023-04-19
* | vim-patch:9.0.1020: tests call GetSwapFileList() before it is definedzeertzjq2023-04-19
* | vim-patch:9.0.1012: tests may get stuck in buffer with swap filezeertzjq2023-04-19
* | vim-patch:9.0.1010: stray warnings for existing swap fileszeertzjq2023-04-19
* | vim-patch:9.0.1009: test for catch after interrupt is flaky on MS-Windowszeertzjq2023-04-19
* | vim-patch:9.0.1008: test for swapfilelist() fails on MS-Windowszeertzjq2023-04-19
* | vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
* | vim-patch:9.0.0561: when a test gets stuck it just hangs foreverzeertzjq2023-04-19
* | vim-patch:9.0.0560: elapsed time since testing started is not visiblezeertzjq2023-04-19
* | vim-patch:9.0.0545: when a test is slow and CI times out there is no time infozeertzjq2023-04-19
* | vim-patch:9.0.0514: terminal test sometimes hangszeertzjq2023-04-19
* | vim-patch:9.0.0426: failed flaky tests reports only start timezeertzjq2023-04-19
* | vim-patch:9.0.0372: MS-Windows: "%T" time format does not appear to workzeertzjq2023-04-19
* | vim-patch:9.0.0369: a failing flaky test doesn't mention the timezeertzjq2023-04-19
* | vim-patch:9.0.1469: deferred functions not called from autocommandszeertzjq2023-04-19
* | vim-patch:9.0.1468: recursively calling :defer function if it does :qazeertzjq2023-04-19
* | vim-patch:9.0.1462: recursively calling :defer function if it does :qazeertzjq2023-04-19
|/
* fix(api): extmark highlight groups not always included in details (#23179)luukvbaal2023-04-18
* Merge pull request #23005 from seandewar/fix-ruf-cmdline-posSean Dewar2023-04-18
|\
| * fix(ruler): show ruler of curwin with no statusline in cmdlineSean Dewar2023-04-17