summaryrefslogtreecommitdiffstats
path: root/src/charset.c
AgeCommit message (Expand)Author
2022-09-17patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak'v9.0.0488Bram Moolenaar
2022-09-14patch 9.0.0464: with virtual text "above" indenting doesn't work wellv9.0.0464Bram Moolenaar
2022-09-10patch 9.0.0439: cursor wrong if inserting before line with virtual text abovev9.0.0439Bram Moolenaar
2022-09-10patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar
2022-09-07patch 9.0.0412: compiler warning for unused argumentv9.0.0412Bram Moolenaar
2022-09-07patch 9.0.0410: struct member cts_lnum is unusedv9.0.0410Bram 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-14patch 9.0.0210: 'list' mode does not work properly with virtual textv9.0.0210Bram Moolenaar
2022-08-14patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar
2022-08-13patch 9.0.0199: cursor position wrong with two right-aligned virtual textsv9.0.0199Bram Moolenaar
2022-08-09patch 9.0.0179: cursor pos wrong with wrapping virtual text in empty linev9.0.0179Bram Moolenaar
2022-08-09patch 9.0.0178: cursor position wrong with virtual text before Tabv9.0.0178Bram Moolenaar
2022-08-08patch 9.0.0168: cursor positioned wrong with two virtual text propertiesv9.0.0168Bram Moolenaar
2022-08-06patch 9.0.0157: 'showbreak' displayed below truncated "after" text propv9.0.0157Bram Moolenaar
2022-08-05patch 9.0.0147: cursor positioned wrong after two "below" text propertiesv9.0.0147Bram Moolenaar
2022-08-05patch 9.0.0143: cursor positioned after virtual text in empty linev9.0.0143Bram Moolenaar
2022-08-05patch 9.0.0142: crash when adding and removing virtual textv9.0.0142Bram Moolenaar
2022-08-04patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar
2022-08-04patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar
2022-08-01patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar
2022-08-01patch 9.0.0128: Coverity complains about possible double freev9.0.0128Bram Moolenaar
2022-08-01patch 9.0.0125: cursor positioned wrong with virtual text after the linev9.0.0125Bram Moolenaar
2022-07-31patch 9.0.0123: cannot build with small featuresv9.0.0123Bram Moolenaar
2022-07-31patch 9.0.0122: breakindent test failsv9.0.0122Bram Moolenaar
2022-07-31patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar
2022-07-26patch 9.0.0080: compiler warning for size_t to int conversionv9.0.0080Mike Williams
2022-07-26patch 9.0.0074: Coverity warns for double freev9.0.0074Bram Moolenaar
2022-07-25patch 9.0.0068: build fails with tiny featuresv9.0.0068Bram Moolenaar
2022-07-25patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar
2022-05-22patch 8.2.5004: right shift on negative number does not work as documentedv8.2.5004Bram Moolenaar
2022-05-21patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar
2022-05-07patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar
2022-03-09patch 8.2.4531: LGTM warnings for condition and buffer sizev8.2.4531=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-03-03patch 8.2.4501: with 'showbreak' set cursor displayed in wrong positionv8.2.4501Bram Moolenaar
2022-02-19patch 8.2.4418: crash when using special multi-byte characterv8.2.4418Bram Moolenaar
2022-02-16patch 8.2.4402: missing parenthesis may cause unexpected problemsv8.2.4402kylo252
2022-01-31patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar
2022-01-08patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle
2021-12-30patch 8.2.3950: going beyond the end of the line with /\%Vv8.2.3950Bram Moolenaar
2021-12-15patch 8.2.3815: Vim9: cannot have a multi-line dict inside a blockv8.2.3815Bram Moolenaar
2021-11-29patch 8.2.3694: cannot use quotes in the count of an Ex commandv8.2.3694Bram Moolenaar
2021-10-16patch 8.2.3522: cannot use \x and \u when setting 'listchars'v8.2.3522Bram Moolenaar
2021-05-18patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle
2021-04-06patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar
2021-03-29patch 8.2.2675: directory change in a terminal window shell is not followedv8.2.2675Bram Moolenaar
2021-02-15patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar
2021-01-07patch 8.2.2309: 0o777 not recognized as octalv8.2.2309Bram Moolenaar
2020-06-10patch 8.2.0943: displaying ^M or ^J depends on current bufferv8.2.0943Bram Moolenaar
2020-06-02patch 8.2.0886: cannot use octal numbers in scriptversion 4v8.2.0886Bram Moolenaar