summaryrefslogtreecommitdiffstats
path: root/src/drawline.c
AgeCommit message (Expand)Author
2021-07-08patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar
2021-06-16patch 8.2.3012: when 'rightleft' is set the line number is drawn reversedv8.2.3012Christian Brabandt
2021-05-29patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn'v8.2.2903Bram Moolenaar
2021-04-21patch 8.2.2797: Search highlight disappears in the Visual areav8.2.2797Bram Moolenaar
2021-03-08patch 8.2.2577: compiler warning for type conversionv8.2.2577Bram Moolenaar
2021-03-03patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'v8.2.2563Bram Moolenaar
2021-02-15patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar
2021-02-10patch 8.2.2493: text property for text left of window shows upv8.2.2493Bram Moolenaar
2021-02-03patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar
2020-11-25patch 8.2.2045: highlighting a character too much with incsearchv8.2.2045Bram Moolenaar
2020-11-17patch 8.2.2003: build error with +conceal but without +popupwinv8.2.2003Bram Moolenaar
2020-11-15patch 8.2.1990: cursor position wrong in terminal popup with finished jobv8.2.1990Bram Moolenaar
2020-11-05patch 8.2.1957: diff and cursorcolumn highlighting don't mixv8.2.1957Bram Moolenaar
2020-09-15patch 8.2.1689: 'colorcolumn' doesn't show in indentv8.2.1689Bram Moolenaar
2020-08-31patch 8.2.1556: cursorline highlighting always overrules sign highlightingv8.2.1556Bram Moolenaar
2020-06-25patch 8.2.1058: multiline conceal causes display errorsv8.2.1058Bram Moolenaar
2020-06-25patch 8.2.1056: wrong display when mixing match conceal and syntax concealv8.2.1056Bram Moolenaar
2020-06-18patch 8.2.1004: line numbers below filler lines not always updatedv8.2.1004Bram Moolenaar
2020-06-10patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar
2020-05-16patch 8.2.0766: display error when using 'number' and 'breakindent'v8.2.0766Bram Moolenaar
2020-04-21patch 8.2.0616: build error when disabling the diff featurev8.2.0616Bram Moolenaar
2020-03-27patch 8.2.0464: typos and other small problemsv8.2.0464Bram Moolenaar
2020-02-23patch 8.2.0309: window-local values have confusing namev8.2.0309Bram Moolenaar
2020-02-23patch 8.2.0308: 'showbreak' does not work for a very long linev8.2.0308Bram Moolenaar
2020-02-01patch 8.2.0191: cannot put a terminal in a popup windowv8.2.0191Bram Moolenaar
2020-01-23patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are setv8.2.0146Bram Moolenaar
2019-12-04patch 8.1.2386: 'wincolor' is not used for 'listchars'v8.1.2386Bram Moolenaar
2019-12-01patch 8.1.2376: preprocessor indents are incorrectv8.1.2376Bram Moolenaar
2019-11-30patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar
2019-11-26patch 8.1.2351: 'wincolor' not used for > for not fitting double width charv8.1.2351Bram Moolenaar
2019-11-12patch 8.1.2295: if buffer of popup is in another window cursorline sign showsv8.1.2295Bram Moolenaar
2019-11-09patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar
2019-11-09patch 8.1.2279: computation of highlight attributes is too complicatedv8.1.2279Bram Moolenaar
2019-11-03patch 8.1.2245: third character of 'listchars' tab shows in wrong placev8.1.2245Bram Moolenaar
2019-11-02patch 8.1.2241: match highlight does not combine with 'wincolor'v8.1.2241Bram Moolenaar
2019-10-27patch 8.1.2229: cannot color number column above/below cursor differentlyv8.1.2229Bram Moolenaar
2019-10-24patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram 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.2163: cannot build with +spell but without +syntaxv8.1.2163Bram Moolenaar
2019-10-16patch 8.1.2160: cannot build with +syntax but without +terminalv8.1.2160Bram 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-05patch 8.1.2117: CursorLine highlight used while 'cursorline' is offv8.1.2117Bram Moolenaar
2019-09-23patch 8.1.2071: when 'wincolor' is set text property changes highlightingv8.1.2071Bram Moolenaar
2019-09-20patch 8.1.2060: "precedes" in 'listchars' not used properlyv8.1.2060Bram Moolenaar