summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle2023-03-121-0/+2
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-041-1/+26
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-211-1/+1
* patch 9.0.1327: cursor in wrong position below line with virtual text belowv9.0.1327Bram Moolenaar2023-02-191-1/+1
* patch 9.0.1314: :messages behavior depends on 'fileformat' of current bufferv9.0.1314cero19882023-02-161-5/+14
* patch 9.0.1305: cursor in wrong line with virtual text abovev9.0.1305Bram Moolenaar2023-02-121-0/+9
* patch 9.0.1301: virtual text below empty line not displayedv9.0.1301Bram Moolenaar2023-02-111-0/+2
* patch 9.0.1285: various small problemsv9.0.1285Bram Moolenaar2023-02-051-1/+1
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-14/+15
* patch 9.0.1077: can add text property with negative ID before virtual textv9.0.1077Bram Moolenaar2022-12-191-1/+1
* patch 9.0.1019: 'smoothscroll' and virtual text above don't work togetherv9.0.1019Bram Moolenaar2022-12-061-1/+1
* patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar2022-12-021-1/+5
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-1/+1
* patch 9.0.0751: 'scrolloff' does not work well with 'smoothscroll'v9.0.0751Bram Moolenaar2022-10-141-3/+14
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-1/+1
* patch 9.0.0709: virtual text "after" not correct with 'nowrap'v9.0.0709Bram Moolenaar2022-10-091-1/+1
* patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak'v9.0.0488Bram Moolenaar2022-09-171-0/+3
* patch 9.0.0464: with virtual text "above" indenting doesn't work wellv9.0.0464Bram Moolenaar2022-09-141-1/+1
* patch 9.0.0439: cursor wrong if inserting before line with virtual text abovev9.0.0439Bram Moolenaar2022-09-101-0/+3
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-37/+14
* patch 9.0.0412: compiler warning for unused argumentv9.0.0412Bram Moolenaar2022-09-071-1/+1
* patch 9.0.0410: struct member cts_lnum is unusedv9.0.0410Bram Moolenaar2022-09-071-1/+0
* patch 9.0.0297: cursor position wrong after right aligned virtual textv9.0.0297Bram Moolenaar2022-08-281-2/+3
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-231-45/+48
* patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar2022-08-141-0/+5
* patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar2022-08-141-1/+4
* patch 9.0.0199: cursor position wrong with two right-aligned virtual textsv9.0.0199Bram Moolenaar2022-08-131-2/+12
* patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty linev9.0.0179Bram Moolenaar2022-08-091-10/+41
* patch 9.0.0178: cursor position wrong with virtual text before Tabv9.0.0178Bram Moolenaar2022-08-091-7/+17
* patch 9.0.0168: cursor positioned wrong with two virtual text propertiesv9.0.0168Bram Moolenaar2022-08-081-2/+6
* patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar2022-08-061-2/+6
* patch 9.0.0147: cursor positioned wrong after two "below" text propertiesv9.0.0147Bram Moolenaar2022-08-051-1/+1
* patch 9.0.0143: cursor positioned after virtual text in empty linev9.0.0143Bram Moolenaar2022-08-051-1/+1
* patch 9.0.0142: crash when adding and removing virtual textv9.0.0142Bram Moolenaar2022-08-051-26/+32
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-041-15/+61
* patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar2022-08-041-2/+15
* patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar2022-08-011-4/+4
* patch 9.0.0128: Coverity complains about possible double freev9.0.0128Bram Moolenaar2022-08-011-7/+4
* patch 9.0.0125: cursor positioned wrong with virtual text after the linev9.0.0125Bram Moolenaar2022-08-011-0/+1
* patch 9.0.0123: cannot build with small featuresv9.0.0123Bram Moolenaar2022-07-311-0/+2
* patch 9.0.0122: breakindent test failsv9.0.0122Bram Moolenaar2022-07-311-1/+1
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-311-5/+15
* patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams2022-07-261-1/+1
* patch 9.0.0074: Coverity warns for double freev9.0.0074Bram Moolenaar2022-07-261-0/+3
* patch 9.0.0068: build fails with tiny featuresv9.0.0068Bram Moolenaar2022-07-251-1/+5
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-82/+225
* patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar2022-05-221-0/+1
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-2/+0
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-1/+1
* patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=2022-03-091-1/+1