aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | 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
| |/ / / / / /
| * | | | | | Merge pull request #23188 from zeertzjq/vim-9.0.1462zeertzjq2023-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
| |/ / / / /
| * | | | | build: find system luv on ubuntudundargoc2023-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
| | * | | | | vim-patch:9.0.1461: ruler not drawn correctly when using 'rulerformat'Sean Dewar2023-04-17
| * | | | | | Merge pull request #23173 from zeertzjq/vim-9.0.0783zeertzjq2023-04-18
| |\ \ \ \ \ \
| | * | | | | | vim-patch:6ebe4f970b8bzeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0864: crash when using "!!" without a previous shell commandzeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0820: memory leak with empty shell commandzeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0817zeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0815zeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0785: memory leak with empty shell commandzeertzjq2023-04-18
| | * | | | | | vim-patch:9.0.0783: ":!" doesn't do anything but does update the previous com...zeertzjq2023-04-18
| |/ / / / / /
| * | | | | | fix(genvimvim): add special abbreviations of :delete (#23172)zeertzjq2023-04-18
| * | | | | | fix(mouse): cmdline click registered as statuscolumn (#23163)luukvbaal2023-04-18
| * | | | | | feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
| * | | | | | fix(watchfiles): skip Created events when poll starts (#23139)Jon Huhn2023-04-17
| |/ / / / /
| * | | | | vim-patch:9.0.1460: insufficient testing for getcmdcompltype() (#23159)zeertzjq2023-04-17
| * | | | | feat(diagnostic): specify diagnostic virtual text prefix as a functionIsak Samsten2023-04-17
| * | | | | refactor: suppress clang false positives (#23154)zeertzjq2023-04-17
| * | | | | ci(labeler): add back GitHub token for type-scopezeertzjq2023-04-17
| * | | | | fix(excmd): make :def unknown rather than unimplemented (#23150)zeertzjq2023-04-17
| * | | | | build(deps): bump tree-sitter to HEAD - af92bfc02 (#23151)Christian Clason2023-04-17
| * | | | | Merge pull request #23148 from zeertzjq/vim-8.2.4179zeertzjq2023-04-17
| |\ \ \ \ \
| | * | | | | vim-patch:partial:6f4754b9f725zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4197: cannot use an import in the "expr" part of 'spellsuggest'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4193: cannot use an import in 'charconvert'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4186: cannot use an import in 'patchexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4185: cannot use an import in 'indentexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4184: cannot use an import in 'includeexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4183: cannot use an import in 'formatexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4182: memory leak when evaluating 'diffexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4181: Vim9: cannot use an import in 'diffexpr'zeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4180: 'balloonexpr' is evaluated in the current script contextzeertzjq2023-04-17
| | * | | | | vim-patch:8.2.4179: 'foldtext' is evaluated in the current script contextzeertzjq2023-04-17
| |/ / / / /
| * | | | | build(deps): bump LuaJIT to HEAD - 1c2791270 (#23140)Christian Clason2023-04-17
| * | | | | vim-patch:9.0.1400: find_file_in_path() is not reentrant (#23146)zeertzjq2023-04-17
| * | | | | Merge pull request #23144 from zeertzjq/vim-9.0.0419zeertzjq2023-04-17
| |\ \ \ \ \