summaryrefslogtreecommitdiffstats
path: root/src/testdir
AgeCommit message (Expand)Author
2023-08-19patch 9.0.1753: can't move to last non-blank charv9.0.1753Christian Brabandt
2023-08-19patch 9.0.1750: CI: fails because of changed error messagesv9.0.1750rhysd
2023-08-19patch 9.0.1749: Text property highlight doesn't override a sign highlight on TABv9.0.1749Christian Brabandt
2023-08-19patch 9.0.1745: Missing test coverage for blockwise Visual highlightv9.0.1745zeertzjq
2023-08-19patch 9.0.1742: wrong curswant when clicking on second cell of double-width charv9.0.1742zeertzjq
2023-08-19patch 9.0.1741: No type checking in interfacesv9.0.1741LemonBoy
2023-08-19patch 9.0.1740: segfault when reading invalid viminfo filev9.0.1740Pierre Colin
2023-08-19patch 9.0.1737: Calling a base class method through an extended class failsv9.0.1737Yegappan Lakshmanan
2023-08-17patch 9.0.1734: :runtime completion fails for multiple argsv9.0.1734zeertzjq
2023-08-17patch 9.0.1731: blockwise Visual highlight not working with virtual textv9.0.1731zeertzjq
2023-08-17patch 9.0.1730: passing multiple patterns to runtime not workingv9.0.1730zeertzjq
2023-08-17patch 9.0.1729: screenpos() wrong when w_skipcol and cpoptions+=nv9.0.1729zeertzjq
2023-08-17patch 9.0.1728: missing winid argument for virtcol()v9.0.1728zeertzjq
2023-08-17patch 9.0.1726: incorrect heights in win_size_restore()v9.0.1726Sean Dewar
2023-08-17patch 9.0.1725: cursor pos wrong after concealed text with 'virtualedit'v9.0.1725zeertzjq
2023-08-17patch 9.0.1724: vim9class constructor argument type checking bugv9.0.1724h-east
2023-08-17patch 9.0.1723: Fix regression in {func} argument of reduce()v9.0.1723zeertzjq
2023-08-17patch 9.0.1722: wrong error messages when passing wrong types to count()v9.0.1722zeertzjq
2023-08-16patch 9.0.1720: Vim9 class using wrong index for overridden methodv9.0.1720Yegappan Lakshmanan
2023-08-15patch 9.0.1719: if_lua: crash for for Lua functions invoked via Vim callbacksv9.0.1719Jesse Pavel
2023-08-15patch 9.0.1718: dict-completion does not respect regionv9.0.1718LemonBoy
2023-08-15patch 9.0.1717: virtcol2col returns last byte of a multi-byte charv9.0.1717Yegappan Lakshmanan
2023-08-15patch 9.0.1714: getcompletion() "cmdline" fails after :autocmdv9.0.1714zeertzjq
2023-08-13patch 9.0.1710: scrolloff options work slightly differentv9.0.1710Christian Brabandt
2023-08-13patch 9.0.1708: getcompletion() failes for user-defined commandsv9.0.1708Christian Brabandt
2023-08-13patch 9.0.1707: Cannot wrap around in popup_filter_menu()v9.0.1707Christian Brabandt
2023-08-13patch 9.0.1705: cursor position wrong when clicking on an unprintable charv9.0.1705zeertzjq
2023-08-13patch 9.0.1704: Cannot use positional arguments for printf()v9.0.1704Christ van Willegen
2023-08-13patch 9.0.1703: Vim9 Calling a method in an extended class failsv9.0.1703Yegappan Lakshmanan
2023-08-13patch 9.0.1702: Undo test is flakyv9.0.1702zeertzjq
2023-08-13patch 9.0.1701: vim9 crash when class member overriddenv9.0.1701Yegappan Lakshmanan
2023-08-12patch 9.0.1698: Test_map_restore_sid fails in GUIv9.0.1698zeertzjq
2023-08-12patch 9.0.1697: incsearch test not sufficientv9.0.1697Christ van Willegen
2023-08-12patch 9.0.1696: sodium_mlock may still fail in CIv9.0.1696Christian Brabandt
2023-08-12patch 9.0.1695: Crash with overlong textprop abovev9.0.1695Christian Brabandt
2023-08-12patch 9.0.1694: wrong mapping applied when replaying a char searchv9.0.1694zeertzjq
2023-08-12patch 9.0.1693: Ctrl-Q not handled like Ctrl-V in replace modev9.0.1693Christian Brabandt
2023-08-11patch 9.0.1691: wrong viewport restored for incsearch and smoothscrollv9.0.1691zeertzjq
2023-08-11patch 9.0.1690: popup_create() not aborting on errorsv9.0.1690Christian Brabandt
2023-08-11patch 9.0.1689: python 3.12 produces warnings and fails testv9.0.1689Zdenek Dohnal
2023-08-11patch 9.0.1688: cannot store custom data in quickfix listv9.0.1688Tom Praschan
2023-08-11patch 9.0.1687: mapset() not properly handling script IDv9.0.1687zeertzjq
2023-08-11patch 9.0.1686: undotree() only works for the current bufferv9.0.1686Devin J. Pohly
2023-08-10Updated runtime filesv9.0.1683Christian Brabandt
2023-08-09patch 9.0.1680: sodium test fails in Github CIv9.0.1680Christian Brabandt
2023-08-09feat: recognize geojson extension as json filetype (#12636)Dominique Pellé
2023-08-09Add filetype detection for eyaml files (#12659)Max Gautier
2023-08-09detect filetype for `*.vsh` and `*.vv` files (#12692)Turiiya
2023-08-09PyPA manifest files are not recognized (#12707)ObserverOfTime
2023-08-09Unison support (#12715)Anton Parkhomenko