summaryrefslogtreecommitdiff
path: root/src/drawline.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0691: lalloc(0) error in listchars testv9.0.0691Bram Moolenaar2022-10-081-36/+43
* patch 9.0.0690: buffer size for expanding tab not correctly computedv9.0.0690Bram Moolenaar2022-10-081-2/+3
* patch 9.0.0681: "<<<" shows for 'smoothscroll' even when 'showbreak is setv9.0.0681Bram Moolenaar2022-10-061-2/+7
* patch 9.0.0680: tests failing with 'breakindent', 'number' and "n" in 'cpo'v9.0.0680Bram Moolenaar2022-10-061-1/+7
* patch 9.0.0679: tests failing with 'smoothscroll', 'number' and "n" in 'cpo'v9.0.0679Bram Moolenaar2022-10-061-2/+4
* patch 9.0.0677: breakindent test accepts wrong resultv9.0.0677Bram Moolenaar2022-10-061-4/+3
* patch 9.0.0662: concealed characters do not work correctlyv9.0.0662Bram Moolenaar2022-10-041-2/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-7/+1
* patch 9.0.0652: 'smoothscroll' not tested with 'number' and "n" in 'cpo'v9.0.0652Bram Moolenaar2022-10-031-2/+3
* patch 9.0.0651: build fails without the +conceal featurev9.0.0651Bram Moolenaar2022-10-031-1/+1
* patch 9.0.0649: no indication the first line is broken for 'smoothscroll'v9.0.0649Bram Moolenaar2022-10-031-9/+32
* patch 9.0.0642: breakindent test failsv9.0.0642Bram Moolenaar2022-10-021-1/+1
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-021-8/+8
* patch 9.0.0590: after exiting Insert mode spelling not checked in next linev9.0.0590Bram Moolenaar2022-09-251-4/+1
* patch 9.0.0534: line number is displayed at virtual text "above"v9.0.0534Bram Moolenaar2022-09-211-47/+62
* patch 9.0.0533: the win_line() function is much too longv9.0.0533Bram Moolenaar2022-09-211-89/+100
* patch 9.0.0531: the win_line() function is much too longv9.0.0531Bram Moolenaar2022-09-211-156/+178
* patch 9.0.0527: long sign text may overflow bufferv9.0.0527Bram Moolenaar2022-09-211-5/+7
* patch 9.0.0523: more compiler warnings for arguments in small versionv9.0.0523Bram Moolenaar2022-09-201-1/+8
* patch 9.0.0521: compiler warns for unused argument in small versionv9.0.0521Bram Moolenaar2022-09-201-1/+1
* patch 9.0.0519: the win_line() function is much too longv9.0.0519Bram Moolenaar2022-09-201-187/+189
* patch 9.0.0518: virtual text highlight starts too early with 'nowrap'v9.0.0518Bram Moolenaar2022-09-201-4/+8
* patch 9.0.0516: virtual text "above" highlights gap after itv9.0.0516Bram Moolenaar2022-09-201-1/+1
* patch 9.0.0515: virtual text highlight starts too early when 'number' is setv9.0.0515Bram Moolenaar2022-09-201-0/+3
* patch 9.0.0472: virtual text "below" doesn't show in list modev9.0.0472Bram Moolenaar2022-09-151-0/+5
* patch 9.0.0452: Visual highlighting extends into virtual text propv9.0.0452Bram Moolenaar2022-09-121-1/+8
* patch 9.0.0451: virtual text "above" does not work with 'nowrap'v9.0.0451Bram Moolenaar2022-09-121-6/+11
* patch 9.0.0442: virtual text "above" doesn't handel line numbersv9.0.0442Bram Moolenaar2022-09-111-3/+5
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-36/+86
* patch 9.0.0357: 'linebreak' interferes with text property highlightv9.0.0357Bram Moolenaar2022-09-021-1/+6
* patch 9.0.0297: cursor position wrong after right aligned virtual textv9.0.0297Bram Moolenaar2022-08-281-2/+4
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-231-132/+146
* patch 9.0.0243: text properties "below" sort differently on MS-Windowsv9.0.0243Bram Moolenaar2022-08-221-1/+6
* patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar2022-08-141-11/+22
* patch 9.0.0209: build error with small featuresv9.0.0209Bram Moolenaar2022-08-141-1/+5
* patch 9.0.0208: the override flag has no effect for virtual textv9.0.0208Bram Moolenaar2022-08-141-6/+13
* patch 9.0.0201: CursorLine highlight overrules virtual text highlightv9.0.0201Bram Moolenaar2022-08-131-2/+3
* patch 9.0.0193: search and match highlgith interfere with virtual textv9.0.0193Bram Moolenaar2022-08-111-41/+49
* patch 9.0.0189: invalid memory access for text prop without highlightv9.0.0189Bram Moolenaar2022-08-101-1/+2
* patch 9.0.0186: virtual text without highlighting does not showv9.0.0186Bram Moolenaar2022-08-101-1/+2
* patch 9.0.0185: virtual text does not show if text prop at same positionv9.0.0185Bram Moolenaar2022-08-101-10/+27
* patch 9.0.0184: virtual text prop highlight continues after truncationv9.0.0184Bram Moolenaar2022-08-101-0/+1
* patch 9.0.0183: extra space after virtual text when 'linebreak' is setv9.0.0183Bram Moolenaar2022-08-101-3/+6
* patch 9.0.0175: spell checking for capital not working with trailing spacev9.0.0175Christian Brabandt2022-08-091-1/+3
* patch 9.0.0171: quickfix line highlight is overruled by 'cursorline'v9.0.0171Bram Moolenaar2022-08-081-1/+4
* patch 9.0.0162: text property "below" gets indent if 'breakindent' is setv9.0.0162Bram Moolenaar2022-08-071-0/+3
* patch 9.0.0161: warning for uninitialized variablev9.0.0161Bram Moolenaar2022-08-061-1/+1
* patch 9.0.0160: some diff mode tests failv9.0.0160Bram Moolenaar2022-08-061-1/+1
* patch 9.0.0158: with 'nowrap' "below" property not displayed correctlyv9.0.0158Bram Moolenaar2022-08-061-4/+25
* patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar2022-08-061-1/+1