summaryrefslogtreecommitdiffstats
path: root/src/testdir
AgeCommit message (Expand)Author
2024-03-28patch 9.1.0224: cursor may move too many lines over "right" & "below" virt textv9.1.0224Dylan Thacker-Smith
2024-03-28patch 9.1.0222: missing 'below' virt text if truncation precedes after/right ...v9.1.0222Dylan Thacker-Smith
2024-03-28patch 9.1.0221: lines following virt text (that fills the window) might be t...v9.1.0221Dylan Thacker-Smith
2024-03-28patch 9.1.0220: Few typos in source and test filesv9.1.0220zeertzjq
2024-03-28patch 9.1.0219: Vim9: No enum supportv9.1.0219Yegappan Lakshmanan
2024-03-28patch 9.1.0218: Unnecessary multiplications in backspace codev9.1.0218zeertzjq
2024-03-28patch 9.1.0217: regexp: verymagic cannot match before/after a markv9.1.0217Julio B
2024-03-28patch 9.1.0216: Error on exit with EXITFREE and 'winfixbuf'v9.1.0216zeertzjq
2024-03-28patch 9.1.0215: Half-page scrolling does not support smooth-scrollingv9.1.0215Luuk van Baal
2024-03-28patch 9.1.0213: CI: MS-Windows fails in test_winfixbufv9.1.0213Sean Dewar
2024-03-27patch 9.1.0212: CI: MS-Windows fails in test_winfixbufv9.1.0212Christian Brabandt
2024-03-26patch 9.1.0211: page-wise scrolling does not support smooth-scrollingv9.1.0211Luuk van Baal
2024-03-26patch 9.1.0208: winfixbuf does not allow to re-edit current bufferv9.1.0208Colin Kennedy
2024-03-26patch 9.1.0207: No autocommand when writing session filev9.1.0207Colin Kennedy
2024-03-25patch 9.1.0205: Cannot use modifiers before :-Ntabmovev9.1.0205zeertzjq
2024-03-25patch 9.1.0204: Backspace inserts spaces with virtual text and 'smarttab'v9.1.0204zeertzjq
2024-03-24patch 9.1.0201: gM not working correctly with virt textv9.1.0201Dylan Thacker-Smith
2024-03-24patch 9.1.0200: `gj`/`gk` not skipping over outer virtual text linesv9.1.0200Dylan Thacker-Smith
2024-03-23patch 9.1.0199: Not enough tests for the slice() functionv9.1.0199zeertzjq
2024-03-22patch 9.1.0198: Vim9: compound operators broken for lambdas in an objectv9.1.0198Yegappan Lakshmanan
2024-03-22patch 9.1.0197: Vim9: problem evaluating negated boolean logicv9.1.0197Yegappan Lakshmanan
2024-03-21patch 9.1.0196: filetype: support for gnuplot files is lackingv9.1.0196RobbiZ98
2024-03-20patch 9.1.0192: drop: don't rewind when editing the same filev9.1.0192Christian Brabandt
2024-03-20patch 9.1.0190: complete_info() returns wrong order of itemsv9.1.0190Girish Palya
2024-03-20patch 9.1.0189: Memory leak with "above" virttext and 'relativenumber'v9.1.0189zeertzjq
2024-03-19patch 9.1.0188: filetype: no support for Vento filesv9.1.0188wrapperup
2024-03-18patch 9.1.0187: filetype: no support for Dafny filesv9.1.0187zeertzjq
2024-03-17patch 9.1.0186: cursor pos wrong on mouse click after eol with 'rl', 've' and...v9.1.0186zeertzjq
2024-03-17patch 9.1.0185: 'wincolor' hl missing with 'rightleft', "below" virttext, 'no...v9.1.0185zeertzjq
2024-03-16patch 9.1.0184: Cursor pos wrong when clicking with conceal and wrapv9.1.0184zeertzjq
2024-03-16patch 9.1.0183: Wrong display or screenpos() result when toggling diff modev9.1.0183zeertzjq
2024-03-16patch 9.1.0182: Can define function with invalid name inside 'formatexpr'v9.1.0182zeertzjq
2024-03-14patch 9.1.0181: no overflow check for string formattingv9.1.0181Christ van Willegen
2024-03-14patch 9.1.0180: Cursor pos wrong when double-width chars are concealedv9.1.0180zeertzjq
2024-03-14patch 9.1.0179: 'wincolor' highlight missing with "below" virtual textv9.1.0179zeertzjq
2024-03-13patch 9.1.0178: E1513 might be confusingv9.1.0178Christian Brabandt
2024-03-13patch 9.1.0177: Coverity reports dead codev9.1.0177zeertzjq
2024-03-13patch 9.1.0176: Cursor column wrong with 'virtualedit' and concealv9.1.0176zeertzjq
2024-03-13patch 9.1.0175: wrong window positions with 'winfix{width,height}'v9.1.0175Sean Dewar
2024-03-13patch 9.1.0174: 'cursorline' and 'wincolor' hl missing with conceal and wrapv9.1.0174zeertzjq
2024-03-12patch 9.1.0171: Small split-move related improvementsv9.1.0171Sean Dewar
2024-03-12patch 9.1.0170: Re-allow curwin == prevwin, but document it insteadv9.1.0170Sean Dewar
2024-03-12patch 9.1.0169: current window number returned by tabpagewinnr may be outdatedv9.1.0169Sean Dewar
2024-03-11patch 9.1.0167: Changing buffer in another window causes it to show matchparenv9.1.0167zeertzjq
2024-03-11patch 9.1.0166: Internal error with blockwise getregion() in another bufferv9.1.0166zeertzjq
2024-03-10patch 9.1.0165: Vim9: Importing an autoload imported script failsv9.1.0165Yegappan Lakshmanan
2024-03-10patch 9.1.0164: Internal error when passing invalid position to getregion()v9.1.0164zeertzjq
2024-03-09patch 9.1.0161: expand() removes slash after env variable that ends with colonv9.1.0161zeertzjq
2024-03-09patch 9.1.0160: Vim9: Add support for using a class type of itself in an obje...v9.1.0160Yegappan Lakshmanan
2024-03-09patch 9.1.0159: Crash in WinClosed after BufUnload closes other windowsv9.1.0159zeertzjq