summaryrefslogtreecommitdiffstats
path: root/src/drawline.c
AgeCommit message (Expand)Author
2022-09-25patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar
2022-09-21patch 9.0.0534: line number is displayed at virtual text "above"v9.0.0534Bram Moolenaar
2022-09-21patch 9.0.0533: the win_line() function is much too longv9.0.0533Bram Moolenaar
2022-09-21patch 9.0.0531: the win_line() function is much too longv9.0.0531Bram Moolenaar
2022-09-21patch 9.0.0527: long sign text may overflow bufferv9.0.0527Bram Moolenaar
2022-09-20patch 9.0.0523: more compiler warnings for arguments in small versionv9.0.0523Bram Moolenaar
2022-09-20patch 9.0.0521: compiler warns for unused argument in small versionv9.0.0521Bram Moolenaar
2022-09-20patch 9.0.0519: the win_line() function is much too longv9.0.0519Bram Moolenaar
2022-09-20patch 9.0.0518: virtual text highlight starts too early with 'nowrap'v9.0.0518Bram Moolenaar
2022-09-20patch 9.0.0516: virtual text "above" highlights gap after itv9.0.0516Bram Moolenaar
2022-09-20patch 9.0.0515: virtual text highlight starts too early when 'number' is setv9.0.0515Bram Moolenaar
2022-09-15patch 9.0.0472: virtual text "below" doesn't show in list modev9.0.0472Bram Moolenaar
2022-09-12patch 9.0.0452: Visual highlighting extends into virtual text propv9.0.0452Bram Moolenaar
2022-09-12patch 9.0.0451: virtual text "above" does not work with 'nowrap'v9.0.0451Bram Moolenaar
2022-09-11patch 9.0.0442: virtual text "above" doesn't handel line numbersv9.0.0442Bram Moolenaar
2022-09-10patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar
2022-09-02patch 9.0.0357: 'linebreak' interferes with text property highlightv9.0.0357Bram Moolenaar
2022-08-28patch 9.0.0297: cursor position wrong after right aligned virtual textv9.0.0297Bram Moolenaar
2022-08-23patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar
2022-08-22patch 9.0.0243: text properties "below" sort differently on MS-Windowsv9.0.0243Bram Moolenaar
2022-08-14patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar
2022-08-14patch 9.0.0209: build error with small featuresv9.0.0209Bram Moolenaar
2022-08-14patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar
2022-08-13patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar
2022-08-11patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar
2022-08-10patch 9.0.0189: invalid memory access for text prop without highlightv9.0.0189Bram Moolenaar
2022-08-10patch 9.0.0186: virtual text without highlighting does not showv9.0.0186Bram Moolenaar
2022-08-10patch 9.0.0185: virtual text does not show if text prop at same positionv9.0.0185Bram Moolenaar
2022-08-10patch 9.0.0184: virtual text prop highlight continues after truncationv9.0.0184Bram Moolenaar
2022-08-10patch 9.0.0183: extra space after virtual text when 'linebreak' is setv9.0.0183Bram Moolenaar
2022-08-09patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt
2022-08-08patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'v9.0.0171Bram Moolenaar
2022-08-07patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162Bram Moolenaar
2022-08-06patch 9.0.0161: warning for uninitialized variablev9.0.0161Bram Moolenaar
2022-08-06patch 9.0.0160: some diff mode tests failv9.0.0160Bram Moolenaar
2022-08-06patch 9.0.0158: with 'nowrap' "below" property not displayed correctlyv9.0.0158Bram Moolenaar
2022-08-06patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar
2022-08-06patch 9.0.0155v9.0.0155Bram Moolenaar
2022-08-06patch 9.0.0153: no fold and sign column for virtual text with "below" alignv9.0.0153Bram Moolenaar
2022-08-06patch 9.0.0152: warning for unused argument in small buildv9.0.0152Bram Moolenaar
2022-08-06patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'v9.0.0151Bram Moolenaar
2022-08-05patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayedv9.0.0148Bram Moolenaar
2022-08-05patch 9.0.0146: missing part of change for "override" flagv9.0.0146Bram Moolenaar
2022-08-04patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar
2022-08-01patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar
2022-08-01patch 9.0.0130: cursor position wrong when inserting around virtual textv9.0.0130Bram Moolenaar
2022-07-31patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar
2022-07-30patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116Bram Moolenaar
2022-07-26patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams
2022-07-26patch 9.0.0075: some compilers warn for using an uninitialized variablev9.0.0075Bram Moolenaar