summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0151: a "below" aligned text property does not work with 'nowrap'v9.0.0151Bram Moolenaar2022-08-067-341/+468
* patch 9.0.0150: error for using #{ in an expression is a bit confusingv9.0.0150Bram Moolenaar2022-08-065-4/+13
* patch 9.0.0149: test for fuzzy completion fails sometimesv9.0.0149Bram Moolenaar2022-08-062-9/+12
* patch 9.0.0148: a "below" aligned text property gets 'showbreak' displayedv9.0.0148Bram Moolenaar2022-08-053-2/+16
* patch 9.0.0147: cursor positioned wrong after two "below" text propertiesv9.0.0147Bram Moolenaar2022-08-054-2/+7
* patch 9.0.0146: missing part of change for "override" flagv9.0.0146Bram Moolenaar2022-08-052-5/+12
* patch 9.0.0145: substitute that joins lines drops text propertiesv9.0.0145Bram Moolenaar2022-08-055-12/+132
* patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144Bram Moolenaar2022-08-057-2/+65
* patch 9.0.0143: cursor positioned after virtual text in empty linev9.0.0143Bram Moolenaar2022-08-057-3/+26
* patch 9.0.0142: crash when adding and removing virtual textv9.0.0142Bram Moolenaar2022-08-052-26/+34
* patch 9.0.0141: "delmenu" does not remove autocmmandsv9.0.0141zeertzjq2022-08-053-6/+31
* patch 9.0.0140: execute() does not use the "legacy" command modifierv9.0.0140Kota Kato2022-08-043-0/+43
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-0412-30/+236
* patch 9.0.0138: not enough characters accepted for 'spellfile'v9.0.0138Bram Moolenaar2022-08-045-3/+27
* patch 9.0.0137: debugger test may fail when $CWD is very longv9.0.0137James McCoy2022-08-032-0/+4
* patch 9.0.0136: after CTRL-Left-mouse click a mouse scroll also has CTRLv9.0.0136Bram Moolenaar2022-08-032-3/+8
* patch 9.0.0135: comment about tabpage line above the wrong codev9.0.0135zeertzjq2022-08-022-4/+7
* patch 9.0.0134: no test for text property with column zerov9.0.0134Bram Moolenaar2022-08-023-1/+20
* patch 9.0.0133: virtual text after line moves to joined linev9.0.0133Bram Moolenaar2022-08-016-14/+53
* patch 9.0.0132: multi-byte characters in virtual text not handled correctlyv9.0.0132Bram Moolenaar2022-08-017-13/+20
* patch 9.0.0131: virtual text with Tab is not displayed correctlyv9.0.0131Bram Moolenaar2022-08-014-3/+13
* patch 9.0.0130: cursor position wrong when inserting around virtual textv9.0.0130Bram Moolenaar2022-08-016-13/+29
* Update runtime filesBram Moolenaar2022-08-0124-59/+1284
* patch 9.0.0129: compiler warning for int/size_t usagev9.0.0129Mike Williams2022-08-012-1/+3
* patch 9.0.0128: Coverity complains about possible double freev9.0.0128Bram Moolenaar2022-08-012-7/+6
* patch 9.0.0127: unused variablev9.0.0127zeertzjq2022-08-012-2/+2
* patch 9.0.0126: expanding file names fails in dir with more than 255 entriesv9.0.0126John Drouhard2022-08-013-2/+27
* patch 9.0.0125: cursor positioned wrong with virtual text after the linev9.0.0125Bram Moolenaar2022-08-014-3/+10
* patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq2022-07-318-260/+252
* patch 9.0.0123: cannot build with small featuresv9.0.0123Bram Moolenaar2022-07-312-0/+4
* patch 9.0.0122: breakindent test failsv9.0.0122Bram Moolenaar2022-07-312-1/+3
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-318-48/+246
* patch 9.0.0120: MS-Windows GUI: cannot use AltGr + Spacev9.0.0120Anton Sharonov2022-07-312-2/+5
* patch 9.0.0119: tiny chance that creating a backup file failsv9.0.0119K.Takata2022-07-312-2/+12
* patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq2022-07-316-8/+19
* patch 9.0.0117: text of removed textprop with text is not freedv9.0.0117Bram Moolenaar2022-07-303-3/+51
* patch 9.0.0116: virtual text not displayed if 'signcolumn' is "yes"v9.0.0116Bram Moolenaar2022-07-305-1/+14
* patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar2022-07-304-3/+18
* patch 9.0.0114: the command line takes up space even when not usedv9.0.0114Shougo Matsushita2022-07-3016-30/+154
* patch 9.0.0113: has() is not strict about parsing the patch versionv9.0.0113K.Takata2022-07-303-12/+30
* patch 9.0.0112: MS-Windows: test fails because file already existsv9.0.0112Bram Moolenaar2022-07-302-5/+17
* patch 9.0.0111: "nocombine" is missing from synIDattr()v9.0.0111Bram Moolenaar2022-07-304-3/+11
* patch 9.0.0110: help tag generation picks up words in code examplesv9.0.0110Carlo Teubner2022-07-304-10/+45
* patch 9.0.0109: writing over the end of a buffer on stackv9.0.0109Bram Moolenaar2022-07-303-4/+16
* patch 9.0.0108: configure check for timer_create may give wrong errorv9.0.0108Bram Moolenaar2022-07-303-4/+8
* Update runtime filesBram Moolenaar2022-07-2935-704/+1032
* patch 9.0.0107: condition always has the same valuev9.0.0107Bram Moolenaar2022-07-292-4/+3
* patch 9.0.0106: illegal byte regexp test doesn't fail when fix is reversedv9.0.0106Bram Moolenaar2022-07-292-6/+4
* patch 9.0.0105: illegal memory access when pattern starts with illegal bytev9.0.0105Bram Moolenaar2022-07-293-1/+22
* patch 9.0.0104: going beyond allocated memory when evaluating string constantv9.0.0104Bram Moolenaar2022-07-293-0/+19