summaryrefslogtreecommitdiff
path: root/src/drawline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0155v9.0.0155Bram Moolenaar2022-08-061-11/+12
* patch 9.0.0153: no fold and sign column for virtual text with "below" alignv9.0.0153Bram Moolenaar2022-08-061-448/+476
* patch 9.0.0152: warning for unused argument in small buildv9.0.0152Bram Moolenaar2022-08-061-1/+1
* patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'v9.0.0151Bram Moolenaar2022-08-061-337/+403
* patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayedv9.0.0148Bram Moolenaar2022-08-051-2/+13
* patch 9.0.0146: missing part of change for "override" flagv9.0.0146Bram Moolenaar2022-08-051-5/+10
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-041-15/+52
* patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar2022-08-011-4/+3
* patch 9.0.0130: cursor position wrong when inserting around virtual textv9.0.0130Bram Moolenaar2022-08-011-7/+0
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-311-15/+91
* patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116Bram Moolenaar2022-07-301-0/+2
* patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams2022-07-261-1/+1
* patch 9.0.0075: some compilers warn for using an uninitialized variablev9.0.0075Bram Moolenaar2022-07-261-2/+2
* patch 9.0.0072: compiler warning for uninitialized variablev9.0.0072Bram Moolenaar2022-07-251-1/+1
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-15/+55
* patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar2022-07-091-11/+18
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-6/+6
* patch 9.0.0032: in the quickfix window 'cursorline' overrules QuickFixLinev9.0.0032Bram Moolenaar2022-07-031-0/+4
* patch 8.2.5076: unnecessary codev8.2.5076zeertzjq2022-06-101-4/+5
* patch 8.2.5066: timer_create is not available on every Mac systemv8.2.5066Bram Moolenaar2022-06-071-3/+20
* patch 8.2.4918: conceal character from matchadd() displayed too many timesv8.2.4918LemonBoy2022-05-081-3/+5
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-2/+2
* patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614zeertzjq2022-03-231-6/+1
* patch 8.2.4610: some conditions are always truev8.2.4610Bram Moolenaar2022-03-221-2/+1
* patch 8.2.4557: confusing comment about 'cursorlineopt'v8.2.4557zeertzjq2022-03-131-3/+3
* patch 8.2.4521: build failure without the +diff featurev8.2.4521Bram Moolenaar2022-03-061-9/+4
* patch 8.2.4520: using wrong highlight for cursor line numberv8.2.4520Bram Moolenaar2022-03-061-2/+3
* patch 8.2.4470: Coverity warns for uninitialized variablev8.2.4470Bram Moolenaar2022-02-251-1/+1
* patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo2522022-02-161-7/+7
* patch 8.2.4255: theoretical computation overflowv8.2.4255=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-291-1/+1
* patch 8.2.4241: some type casts are redundantv8.2.4241=?UTF-8?q?Dundar=20G=C3=B6c?=2022-01-281-4/+4
* patch 8.2.4062: match highlighting of tab too shortv8.2.4062Bram Moolenaar2022-01-111-2/+3
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-2/+2
* patch 8.2.3874: cannot highlight the number column for a signv8.2.3874James McCoy2021-12-221-0/+7
* patch 8.2.3723: when using 'linebreak' a text property starts too earlyv8.2.3723Bram Moolenaar2021-12-021-0/+5
* patch 8.2.3718: compiler warns for unused variable without +textpropv8.2.3718Bram Moolenaar2021-12-021-3/+6
* patch 8.2.3706: text property highlighting is used on Tabv8.2.3706Bram Moolenaar2021-11-301-1/+1
* patch 8.2.3700: text property highlighting continues over breakindentv8.2.3700Bram Moolenaar2021-11-291-1/+19
* patch 8.2.3698: match highlighting continues over breakindentv8.2.3698Bram Moolenaar2021-11-291-1/+7
* patch 8.2.3664: cannot adjust sign highlighting for 'cursorline'v8.2.3664Bram Moolenaar2021-11-241-4/+27
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-3/+20
* patch 8.2.3410: crash with linebreak, listchars and large tabstopv8.2.3410Bram Moolenaar2021-09-071-31/+36
* patch 8.2.3391: crash with combination of 'linebreak' and other optionsv8.2.3391Bram Moolenaar2021-08-311-3/+8
* patch 8.2.3295: 'cursorline' should not apply to 'breakindent'v8.2.3295zeertzjq2021-08-051-19/+13
* patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumnv8.2.3121Bram Moolenaar2021-07-081-1/+3