summaryrefslogtreecommitdiffstats
path: root/src/testdir/dumps
AgeCommit message (Expand)Author
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
2019-10-19patch 8.1.2181: highlighting wrong when item follows tabv8.1.2181Bram Moolenaar
2019-10-18patch 8.1.2176: syntax attributes not combined with Visual highlightingv8.1.2176Bram Moolenaar
2019-10-18patch 8.1.2172: spell highlight is wrong at start of the linev8.1.2172Bram Moolenaar
2019-10-16patch 8.1.2164: stuck when using "j" in a popupwin with popup_filter_menuv8.1.2164Bram Moolenaar
2019-10-16patch 8.1.2158: terminal attributes missing in Terminal-normal modev8.1.2158Bram Moolenaar
2019-10-16patch 8.1.2156: first character after Tab is not highlightedv8.1.2156Bram Moolenaar
2019-10-16patch 8.1.2155: in a terminal window 'cursorlineopt' does not work properlyv8.1.2155Bram Moolenaar
2019-10-16patch 8.1.2153: combining text property and syntax highlight is wrongv8.1.2153Bram Moolenaar
2019-10-12patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar
2019-10-12patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar
2019-09-25patch 8.1.2073: when editing a buffer 'colorcolumn' may not workv8.1.2073Bram Moolenaar
2019-09-23patch 8.1.2071: when 'wincolor' is set text property changes highlightingv8.1.2071Bram Moolenaar
2019-09-17patch 8.1.2050: popup window test fails in some configurationsv8.1.2050Bram Moolenaar
2019-09-15patch 8.1.2041: no test for diff mode with syntax highlightingv8.1.2041Bram Moolenaar
2019-09-15patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar
2019-09-15patch 8.1.2039: character from 'showbreak' does not use 'wincolor'v8.1.2039Bram Moolenaar
2019-09-14patch 8.1.2032: scrollbar thumb wrong in popup windowv8.1.2032Bram Moolenaar
2019-09-14patch 8.1.2031: cursor position wrong when resizing and using concealv8.1.2031Bram Moolenaar
2019-09-14patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar
2019-09-08patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar
2019-09-07patch 8.1.1997: no redraw after a popup window filter is invokedv8.1.1997Bram Moolenaar
2019-09-04patch 8.1.1980: fix for search stat not testedv8.1.1980Bram Moolenaar
2019-09-01patch 8.1.1959: when using "firstline" in popup window text may jumpv8.1.1959Bram Moolenaar
2019-09-01patch 8.1.1956: screenshot tests may use a different encodingv8.1.1956Bram Moolenaar
2019-08-30patch 8.1.1949: cannot scroll a popup window to the very bottomv8.1.1949Bram Moolenaar
2019-08-30patch 8.1.1945: popup window "firstline" cannot be resetv8.1.1945Bram Moolenaar
2019-08-29patch 8.1.1936: not enough tests for text property popup windowv8.1.1936Bram Moolenaar
2019-08-28patch 8.1.1935: test for text property popup window is flakyv8.1.1935Bram Moolenaar
2019-08-28patch 8.1.1934: not enough tests for text property popup windowv8.1.1934Bram Moolenaar