summaryrefslogtreecommitdiffstats
path: root/src/testdir/dumps
AgeCommit message (Expand)Author
2020-03-27patch 8.2.0462: previewwindow test fails on some systemsv8.2.0462Bram Moolenaar
2020-03-26patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar
2020-03-15patch 8.2.0390: terminal postponed scrollback test is flakyv8.2.0390Bram Moolenaar
2020-03-15patch 8.2.0382: some tests fail when run under valgrindv8.2.0382Bram Moolenaar
2020-03-14patch 8.2.0380: tiny popup when creating a terminal popup without minwidthv8.2.0380Bram Moolenaar
2020-02-29patch 8.2.0333: terminal in popup test is flakyv8.2.0333Bram Moolenaar
2020-02-28patch 8.2.0328: no redraw when leaving term-normal mode in popup terminalv8.2.0328Bram Moolenaar
2020-02-23patch 8.2.0305: relativenumber test fails on some systemsv8.2.0305Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-02-20patch 8.2.0286: cannot use popup_close() for a terminal popupv8.2.0286Bram Moolenaar
2020-02-19patch 8.2.0281: two placed signs in the same line are not combinedv8.2.0281Bram Moolenaar
2020-02-14patch 8.2.0259: terminal in popup test sometimes failsv8.2.0259Bram Moolenaar
2020-02-14patch 8.2.0258: modifyOtherKeys cannot be temporarily disabledv8.2.0258Bram Moolenaar
2020-02-14patch 8.2.0257: cannot recognize a terminal in a popup windowv8.2.0257Bram Moolenaar
2020-02-08patch 8.2.0235: draw error when an empty group is removed from 'statusline'v8.2.0235Bram Moolenaar
2020-02-05patch 8.2.0214: a popup window with a terminal can be made hiddenv8.2.0214Bram Moolenaar
2020-02-01patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar
2020-01-30patch 8.2.0179: still a few places where range() does not workv8.2.0179Bram Moolenaar
2020-01-23patch 8.2.0142: possible to enter popup window with CTRL-W pv8.2.0142Bram Moolenaar
2020-01-19patch 8.2.0131: command line is not cleared when switching tabsv8.2.0131Bram Moolenaar
2020-01-14patch 8.2.0118: crash when cycling to buffers involving popup windowv8.2.0118Bram Moolenaar
2020-01-09patch 8.2.0108: when sign text is changed a manual redraw is neededv8.2.0108Bram Moolenaar
2020-01-06patch 8.2.0096: cannot create tiny popup window in last columnv8.2.0096Bram Moolenaar
2019-12-15patch 8.2.0011: screen updating wrong when opeing preview windowv8.2.0011Bram Moolenaar
2019-12-14patch 8.2.0007: popup menu positioned wrong with folding in two tabsv8.2.0007Bram Moolenaar
2019-12-11patch 8.1.2419: with a long file name the hit-enter prompt appearsv8.1.2419Bram Moolenaar
2019-12-06patch 8.1.2399: info popup on top of cursor if it doesn't fitv8.1.2399Bram Moolenaar
2019-12-04patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar
2019-11-30patch 8.1.2362: cannot place signs in a popup windowv8.1.2362Bram Moolenaar
2019-11-26patch 8.1.2351: 'wincolor' not used for > for not fitting double width charv8.1.2351Bram Moolenaar
2019-11-23patch 8.1.2338: using Visual mark sith :s gives E20 if not setv8.1.2338Bram Moolenaar
2019-11-22patch 8.1.2336: when an expr mapping moves the cursor it is not restoredv8.1.2336Bram Moolenaar
2019-11-21patch 8.1.2324: with of scrollbar in popup menu not taken into accountv8.1.2324Bram Moolenaar
2019-11-12patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar
2019-11-10patch 8.1.2288: not using all space when popup with "topleft" flips to abovev8.1.2288Bram Moolenaar
2019-11-10patch 8.1.2287: using EndOfBuffer highlight in popup does not look goodv8.1.2287Bram Moolenaar
2019-11-09patch 8.1.2279: computation of highlight attributes is too complicatedv8.1.2279Bram Moolenaar
2019-11-09patch 8.1.2274: newlines in 'balloonexpr' result only work in the GUIv8.1.2274Bram Moolenaar
2019-11-09patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar
2019-11-06patch 8.1.2265: when popup with "botleft" does not fit it flips incorrectlyv8.1.2265Bram Moolenaar
2019-11-02patch 8.1.2241: match highlight does not combine with 'wincolor'v8.1.2241Bram Moolenaar
2019-11-02patch 8.1.2240: popup window width changes when scrollingv8.1.2240Bram Moolenaar
2019-10-27patch 8.1.2229: cannot color number column above/below cursor differentlyv8.1.2229Bram Moolenaar
2019-10-27patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is openv8.1.2227Bram Moolenaar
2019-10-24patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214Bram Moolenaar
2019-10-24patch 8.1.2210: using negative offset for popup_create() does not workv8.1.2210Bram Moolenaar
2019-10-24patch 8.1.2206: no test for fixed issue #3893v8.1.2206Bram Moolenaar
2019-10-20patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar
2019-10-20patch 8.1.2190: syntax test fails on Macv8.1.2190Bram Moolenaar
2019-10-20patch 8.1.2189: syntax highlighting wrong for tabv8.1.2189Bram Moolenaar